Html Css Color HEX #CF4CC4 Fuchsia

📋 copy color: '#CF4CC4'

red 207 ◦ green 76 ◦ blue 196

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

Shades of Fuchsia #CF4CC4

Tints of Fuchsia #CF4CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 43.22%
G = 15.87%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF4CC4 (or 0xCF4CC4) is known color: Fuchsia. HEX triplet: CF, 4C and C4. RGB value is (207,76,196). Sum of RGB (Red+Green+Blue) = 207+76+196=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CC4 is #30B33B. Grayscale: #808080. Windows color (decimal): -3191612 or 12864719. OLE color: 12864719.

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

Color convert

RGB 207 76 196 -
CMYK 0 0.63 0.05 0.19
HSL 305.04º 0.58% 0.55% -
HSV(B) 305.04º 0.63% 0.81% -
XYZ 38.28 22.42 54.53 -
YUV 128.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 207 76 196 0 0.63 0.05 0.19 305.04 0.58 0.55
Hex CF 4C C4 0 3F 5 13 131 3A 37
Octal 317 114 304 0 77 5 23 461 72 67
Binary 11001111 1001100 11000100 0 111111 101 10011 100110001 111010 110111

Color Harmonies of #CF4CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CC4

Black with #CF4CC4

Text Example


Text Example

White with #CF4CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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