Html Css Color HEX #CF4CCC Fuchsia

📋 copy color: '#CF4CCC'

red 207 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #CF4CCC

Tints of Fuchsia #CF4CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 42.51%
G = 15.61%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF4CCC (or 0xCF4CCC) is known color: Fuchsia. HEX triplet: CF, 4C and CC. RGB value is (207,76,204). Sum of RGB (Red+Green+Blue) = 207+76+204=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CCC is #30B333. Grayscale: #818181. Windows color (decimal): -3191604 or 13389007. OLE color: 13389007.

HSL color Cylindrical-coordinate representation of color #CF4CCC: hue angle of 301.37º 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 #CF4CCC is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 204 -
CMYK 0 0.63 0.01 0.19
HSL 301.37º 0.58% 0.55% -
HSV(B) 301.37º 0.63% 0.81% -
XYZ 39.22 22.79 59.46 -
YUV 129.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 207 76 204 0 0.63 0.01 0.19 301.37 0.58 0.55
Hex CF 4C CC 0 3F 1 13 12D 3A 37
Octal 317 114 314 0 77 1 23 455 72 67
Binary 11001111 1001100 11001100 0 111111 1 10011 100101101 111010 110111

Color Harmonies of #CF4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CCC

Black with #CF4CCC

Text Example


Text Example

White with #CF4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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