Html Css Color HEX #CC5BBA Fuchsia

📋 copy color: '#CC5BBA'

red 204 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #CC5BBA

Tints of Fuchsia #CC5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.92%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 42.41%
G = 18.92%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC5BBA (or 0xCC5BBA) is known color: Fuchsia. HEX triplet: CC, 5B and BA. RGB value is (204,91,186). Sum of RGB (Red+Green+Blue) = 204+91+186=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BBA is #33A445. Grayscale: #878787. Windows color (decimal): -3384390 or 12213196. OLE color: 12213196.

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

Color convert

RGB 204 91 186 -
CMYK 0 0.55 0.09 0.2
HSL 309.56º 0.53% 0.58% -
HSV(B) 309.56º 0.55% 0.8% -
XYZ 37.51 23.86 49.08 -
YUV 135.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 204 91 186 0 0.55 0.09 0.2 309.56 0.53 0.58
Hex CC 5B BA 0 37 9 14 136 35 3A
Octal 314 133 272 0 67 11 24 466 65 72
Binary 11001100 1011011 10111010 0 110111 1001 10100 100110110 110101 111010

Color Harmonies of #CC5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BBA

Black with #CC5BBA

Text Example


Text Example

White with #CC5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BBA; }

 p { color: rgb(204,91,186); }

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

background-color css

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

 a { background-color: rgb(204,91,186); }

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

border-color css

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

 span { border-color: rgb(204,91,186); }

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