Html Css Color HEX #CC0157 Razzmatazz

📋 copy color: '#CC0157'

red 204 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #CC0157

Tints of Razzmatazz #CC0157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 69.86%
G = 0.34%
B = 29.79%

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

#CC0157 (or 0xCC0157) is known color: Razzmatazz. HEX triplet: CC, 01 and 57. RGB value is (204,1,87). Sum of RGB (Red+Green+Blue) = 204+1+87=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0157 is #33FEA8. Grayscale: #474747. Windows color (decimal): -3407529 or 5702092. OLE color: 5702092.

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

Color convert

RGB 204 1 87 -
CMYK 0 1.00 0.57 0.2
HSL 334.58º 0.99% 0.4% -
HSV(B) 334.58º 1% 0.8% -
XYZ 26.63 13.55 10.23 -
YUV 71.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 204 1 87 0 1.00 0.57 0.2 334.58 0.99 0.4
Hex CC 1 57 0 64 39 14 14F 63 28
Octal 314 1 127 0 144 71 24 517 143 50
Binary 11001100 1 1010111 0 1100100 111001 10100 101001111 1100011 101000

Color Harmonies of #CC0157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0157

Black with #CC0157

Text Example


Text Example

White with #CC0157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0157; }

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

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

background-color css

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

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

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

border-color css

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

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

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