#cf38c4

Color #CF38C4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CF38C4

Tints of Fuchsia #CF38C4

Color information

#CF38C4 (or 0xCF38C4) is unknown color: approx Fuchsia. HEX triplet: CF, 38 and C4. RGB value is (207,56,196). Sum of RGB (Red+Green+Blue) = 207+56+196=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38C4 is #30C73B. Grayscale: #747474. Windows color (decimal): -3196732 or 12859599. OLE color: 12859599.

HSL color Cylindrical-coordinate representation of color #CF38C4: hue angle of 304.37º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF38C4 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB20756196-
CMYK00.730.050.19
HSL304.37º61.13%51.57%-
HSV(B)304.37º72.95%81.18%-
XYZ37.1120.0854.14-
YUV117.11172.53192.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 56 (22.27% from 255) = 12.20%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=45.10%
G=12.20%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075619600.730.050.19304.3761.1351.57
HexCF38C40495131303d34
Octal3177030401115234607564
Binary11001111111000110001000100100110110011100110000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf38c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf38c4; }

 p { color: rgb(207,56,196); }

 H1.HeaderClassName
 {
   color: #cf38c4;
 }
 .AnyTagClassName
 {
   color: #cf38c4;
 }
</style>
background-color css

<style>
 a { background-color: #cf38c4; }

 a { background-color: rgb(207,56,196); }

 div.DivClassName
 {
   background-color: #cf38c4;
 }
 .BgClassName
 {
   background-color: #cf38c4;
 }
</style>
border-color css

<style>
 span { border-color: #cf38c4; }

 span { border-color: rgb(207,56,196); }

 td.TdClassName
 {
   border-color: #cf38c4;
 }
 .TagClassName
 {
   border-color: #cf38c4;
 }
</style>