Html Css Color HEX #CC4CB5 Fuchsia

📋 copy color: '#CC4CB5'

red 204 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #CC4CB5

Tints of Fuchsia #CC4CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 44.25%
G = 16.49%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC4CB5 (or 0xCC4CB5) is known color: Fuchsia. HEX triplet: CC, 4C and B5. RGB value is (204,76,181). Sum of RGB (Red+Green+Blue) = 204+76+181=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CB5 is #33B34A. Grayscale: #7D7D7D. Windows color (decimal): -3388235 or 11881676. OLE color: 11881676.

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

Color convert

RGB 204 76 181 -
CMYK 0 0.63 0.11 0.2
HSL 310.78º 0.56% 0.55% -
HSV(B) 310.78º 0.63% 0.8% -
XYZ 35.83 21.34 45.95 -
YUV 126.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 204 76 181 0 0.63 0.11 0.2 310.78 0.56 0.55
Hex CC 4C B5 0 3F B 14 137 38 37
Octal 314 114 265 0 77 13 24 467 70 67
Binary 11001100 1001100 10110101 0 111111 1011 10100 100110111 111000 110111

Color Harmonies of #CC4CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CB5

Black with #CC4CB5

Text Example


Text Example

White with #CC4CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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