Html Css Color HEX #CF4DCC Fuchsia

📋 copy color: '#CF4DCC'

red 207 ◦ green 77 ◦ blue 204

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

Shades of Fuchsia #CF4DCC

Tints of Fuchsia #CF4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.78%

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

R = 42.42%
G = 15.78%
B = 41.8%

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

#CF4DCC (or 0xCF4DCC) is known color: Fuchsia. HEX triplet: CF, 4D and CC. RGB value is (207,77,204). Sum of RGB (Red+Green+Blue) = 207+77+204=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DCC is #30B233. Grayscale: #818181. Windows color (decimal): -3191348 or 13389263. OLE color: 13389263.

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

Color convert

RGB 207 77 204 -
CMYK 0 0.63 0.01 0.19
HSL 301.38º 0.58% 0.56% -
HSV(B) 301.38º 0.63% 0.81% -
XYZ 39.29 22.93 59.48 -
YUV 130.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 207 77 204 0 0.63 0.01 0.19 301.38 0.58 0.56
Hex CF 4D CC 0 3F 1 13 12D 3A 38
Octal 317 115 314 0 77 1 23 455 72 70
Binary 11001111 1001101 11001100 0 111111 1 10011 100101101 111010 111000

Color Harmonies of #CF4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DCC

Black with #CF4DCC

Text Example


Text Example

White with #CF4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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