Html Css Color HEX #CC0158 Razzmatazz

📋 copy color: '#CC0158'

red 204 ◦ green 1 ◦ blue 88

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

Shades of Razzmatazz #CC0158

Tints of Razzmatazz #CC0158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 69.62%
G = 0.34%
B = 30.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC0158 (or 0xCC0158) is known color: Razzmatazz. HEX triplet: CC, 01 and 58. RGB value is (204,1,88). Sum of RGB (Red+Green+Blue) = 204+1+88=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0158 is #33FEA7. Grayscale: #474747. Windows color (decimal): -3407528 or 5767628. OLE color: 5767628.

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

Color convert

RGB 204 1 88 -
CMYK 0 1.00 0.57 0.2
HSL 334.29º 0.99% 0.4% -
HSV(B) 334.29º 1% 0.8% -
XYZ 26.67 13.56 10.44 -
YUV 71.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 204 1 88 0 1.00 0.57 0.2 334.29 0.99 0.4
Hex CC 1 58 0 64 39 14 14E 63 28
Octal 314 1 130 0 144 71 24 516 143 50
Binary 11001100 1 1011000 0 1100100 111001 10100 101001110 1100011 101000

Color Harmonies of #CC0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0158

Black with #CC0158

Text Example


Text Example

White with #CC0158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0158; }

 p { color: rgb(204,1,88); }

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

background-color css

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

 a { background-color: rgb(204,1,88); }

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

border-color css

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

 span { border-color: rgb(204,1,88); }

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