Html Css Color HEX #CC5FBB Fuchsia

📋 copy color: '#CC5FBB'

red 204 ◦ green 95 ◦ blue 187

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

Shades of Fuchsia #CC5FBB

Tints of Fuchsia #CC5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 41.98%
G = 19.55%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC5FBB (or 0xCC5FBB) is known color: Fuchsia. HEX triplet: CC, 5F and BB. RGB value is (204,95,187). Sum of RGB (Red+Green+Blue) = 204+95+187=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FBB is #33A044. Grayscale: #898989. Windows color (decimal): -3383365 or 12279756. OLE color: 12279756.

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

Color convert

RGB 204 95 187 -
CMYK 0 0.53 0.08 0.2
HSL 309.36º 0.52% 0.59% -
HSV(B) 309.36º 0.53% 0.8% -
XYZ 37.96 24.61 49.76 -
YUV 138.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 204 95 187 0 0.53 0.08 0.2 309.36 0.52 0.59
Hex CC 5F BB 0 35 8 14 135 34 3B
Octal 314 137 273 0 65 10 24 465 64 73
Binary 11001100 1011111 10111011 0 110101 1000 10100 100110101 110100 111011

Color Harmonies of #CC5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FBB

Black with #CC5FBB

Text Example


Text Example

White with #CC5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FBB; }

 p { color: rgb(204,95,187); }

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

background-color css

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

 a { background-color: rgb(204,95,187); }

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

border-color css

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

 span { border-color: rgb(204,95,187); }

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