Html Css Color HEX #CF4CC9 Fuchsia

📋 copy color: '#CF4CC9'

red 207 ◦ green 76 ◦ blue 201

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

Shades of Fuchsia #CF4CC9

Tints of Fuchsia #CF4CC9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 42.77%
G = 15.7%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF4CC9 (or 0xCF4CC9) is known color: Fuchsia. HEX triplet: CF, 4C and C9. RGB value is (207,76,201). Sum of RGB (Red+Green+Blue) = 207+76+201=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CC9 is #30B336. Grayscale: #818181. Windows color (decimal): -3191607 or 13192399. OLE color: 13192399.

HSL color Cylindrical-coordinate representation of color #CF4CC9: hue angle of 302.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CC9 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 201 -
CMYK 0 0.63 0.03 0.19
HSL 302.75º 0.58% 0.55% -
HSV(B) 302.75º 0.63% 0.81% -
XYZ 38.86 22.65 57.58 -
YUV 129.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 207 76 201 0 0.63 0.03 0.19 302.75 0.58 0.55
Hex CF 4C C9 0 3F 3 13 12F 3A 37
Octal 317 114 311 0 77 3 23 457 72 67
Binary 11001111 1001100 11001001 0 111111 11 10011 100101111 111010 110111

Color Harmonies of #CF4CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CC9

Black with #CF4CC9

Text Example


Text Example

White with #CF4CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CC9; }

 p { color: rgb(207,76,201); }

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

background-color css

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

 a { background-color: rgb(207,76,201); }

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

border-color css

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

 span { border-color: rgb(207,76,201); }

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