Html Css Color HEX #CC005B Razzmatazz

📋 copy color: '#CC005B'

red 204 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #CC005B

Tints of Razzmatazz #CC005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 69.15%
G = 0%
B = 30.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC005B (or 0xCC005B) is known color: Razzmatazz. HEX triplet: CC, 00 and 5B. RGB value is (204,0,91). Sum of RGB (Red+Green+Blue) = 204+0+91=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC005B is #33FFA4. Grayscale: #474747. Windows color (decimal): -3407781 or 5963980. OLE color: 5963980.

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

Color convert

RGB 204 0 91 -
CMYK 0 1 0.55 0.2
HSL 333.24º 1% 0.4% -
HSV(B) 333.24º 1% 0.8% -
XYZ 26.79 13.59 11.11 -
YUV 71.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 204 0 91 0 1 0.55 0.2 333.24 1 0.4
Hex CC 0 5B 0 64 37 14 14D 64 28
Octal 314 0 133 0 144 67 24 515 144 50
Binary 11001100 0 1011011 0 1100100 110111 10100 101001101 1100100 101000

Color Harmonies of #CC005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC005B

Black with #CC005B

Text Example


Text Example

White with #CC005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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