Html Css Color HEX #CF4CC0 Fuchsia

📋 copy color: '#CF4CC0'

red 207 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #CF4CC0

Tints of Fuchsia #CF4CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 43.58%
G = 16%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF4CC0 (or 0xCF4CC0) is known color: Fuchsia. HEX triplet: CF, 4C and C0. RGB value is (207,76,192). Sum of RGB (Red+Green+Blue) = 207+76+192=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CC0 is #30B33F. Grayscale: #808080. Windows color (decimal): -3191616 or 12602575. OLE color: 12602575.

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

Color convert

RGB 207 76 192 -
CMYK 0 0.63 0.07 0.19
HSL 306.87º 0.58% 0.55% -
HSV(B) 306.87º 0.63% 0.81% -
XYZ 37.83 22.24 52.17 -
YUV 128.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 207 76 192 0 0.63 0.07 0.19 306.87 0.58 0.55
Hex CF 4C C0 0 3F 7 13 133 3A 37
Octal 317 114 300 0 77 7 23 463 72 67
Binary 11001111 1001100 11000000 0 111111 111 10011 100110011 111010 110111

Color Harmonies of #CF4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CC0

Black with #CF4CC0

Text Example


Text Example

White with #CF4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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