Html Css Color HEX #CC4CB9 Fuchsia

📋 copy color: '#CC4CB9'

red 204 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #CC4CB9

Tints of Fuchsia #CC4CB9

RGB

 RED value IS 204 (80.08% from 255) = 43.87%

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 43.87%
G = 16.34%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC4CB9 (or 0xCC4CB9) is known color: Fuchsia. HEX triplet: CC, 4C and B9. RGB value is (204,76,185). Sum of RGB (Red+Green+Blue) = 204+76+185=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CB9 is #33B346. Grayscale: #7E7E7E. Windows color (decimal): -3388231 or 12143820. OLE color: 12143820.

HSL color Cylindrical-coordinate representation of color #CC4CB9: hue angle of 308.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CB9 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 76 185 -
CMYK 0 0.63 0.09 0.2
HSL 308.91º 0.56% 0.55% -
HSV(B) 308.91º 0.63% 0.8% -
XYZ 36.24 21.51 48.14 -
YUV 126.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 204 76 185 0 0.63 0.09 0.2 308.91 0.56 0.55
Hex CC 4C B9 0 3F 9 14 135 38 37
Octal 314 114 271 0 77 11 24 465 70 67
Binary 11001100 1001100 10111001 0 111111 1001 10100 100110101 111000 110111

Color Harmonies of #CC4CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CB9

Black with #CC4CB9

Text Example


Text Example

White with #CC4CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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