Html Css Color HEX #CF3EC7 Fuchsia

📋 copy color: '#CF3EC7'

red 207 ◦ green 62 ◦ blue 199

#CF3EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF3EC7

Tints of Fuchsia #CF3EC7

RGB

 RED value IS 207 (81.25% from 255) = 44.23%

 GREEN value IS 62 (24.61% from 255) = 13.25%

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 44.23%
G = 13.25%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF3EC7 (or 0xCF3EC7) is known color: Fuchsia. HEX triplet: CF, 3E and C7. RGB value is (207,62,199). Sum of RGB (Red+Green+Blue) = 207+62+199=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EC7 is #30C138. Grayscale: #787878. Windows color (decimal): -3195193 or 13057743. OLE color: 13057743.

HSL color Cylindrical-coordinate representation of color #CF3EC7: hue angle of 303.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3EC7 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 199 -
CMYK 0 0.70 0.04 0.19
HSL 303.31º 0.6% 0.53% -
HSV(B) 303.31º 0.7% 0.81% -
XYZ 37.76 20.83 56.06 -
YUV 120.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 207 62 199 0 0.70 0.04 0.19 303.31 0.6 0.53
Hex CF 3E C7 0 46 4 13 12F 3C 35
Octal 317 76 307 0 106 4 23 457 74 65
Binary 11001111 111110 11000111 0 1000110 100 10011 100101111 111100 110101

Color Harmonies of #CF3EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3EC7

Black with #CF3EC7

Text Example


Text Example

White with #CF3EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3EC7; }

 p { color: rgb(207,62,199); }

 H1.HeaderClassName
 {
   color: #CF3EC7;
 }
 .AnyTagClassName
 {
   color: #CF3EC7;
 }
</style>

background-color css

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

 a { background-color: rgb(207,62,199); }

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

border-color css

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

 span { border-color: rgb(207,62,199); }

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