Html Css Color HEX #CF3CC7 Fuchsia

📋 copy color: '#CF3CC7'

red 207 ◦ green 60 ◦ blue 199

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

Shades of Fuchsia #CF3CC7

Tints of Fuchsia #CF3CC7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

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

R = 44.42%
G = 12.88%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF3CC7 (or 0xCF3CC7) is known color: Fuchsia. HEX triplet: CF, 3C and C7. RGB value is (207,60,199). Sum of RGB (Red+Green+Blue) = 207+60+199=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CC7 is #30C338. Grayscale: #777777. Windows color (decimal): -3195705 or 13057231. OLE color: 13057231.

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

Color convert

RGB 207 60 199 -
CMYK 0 0.71 0.04 0.19
HSL 303.27º 0.6% 0.52% -
HSV(B) 303.27º 0.71% 0.81% -
XYZ 37.66 20.62 56.03 -
YUV 119.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 207 60 199 0 0.71 0.04 0.19 303.27 0.6 0.52
Hex CF 3C C7 0 47 4 13 12F 3C 34
Octal 317 74 307 0 107 4 23 457 74 64
Binary 11001111 111100 11000111 0 1000111 100 10011 100101111 111100 110100

Color Harmonies of #CF3CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CC7

Black with #CF3CC7

Text Example


Text Example

White with #CF3CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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