Html Css Color HEX #CC0357 Razzmatazz

📋 copy color: '#CC0357'

red 204 ◦ green 3 ◦ blue 87

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

Shades of Razzmatazz #CC0357

Tints of Razzmatazz #CC0357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 69.39%
G = 1.02%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC0357 (or 0xCC0357) is known color: Razzmatazz. HEX triplet: CC, 03 and 57. RGB value is (204,3,87). Sum of RGB (Red+Green+Blue) = 204+3+87=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0357 is #33FCA8. Grayscale: #484848. Windows color (decimal): -3407017 or 5702604. OLE color: 5702604.

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

Color convert

RGB 204 3 87 -
CMYK 0 0.99 0.57 0.2
HSL 334.93º 0.97% 0.41% -
HSV(B) 334.93º 0.99% 0.8% -
XYZ 26.65 13.59 10.24 -
YUV 72.68 136.09 221.67 -
System Red Green Blue C M Y K H S L
Decimal 204 3 87 0 0.99 0.57 0.2 334.93 0.97 0.41
Hex CC 3 57 0 63 39 14 14F 61 29
Octal 314 3 127 0 143 71 24 517 141 51
Binary 11001100 11 1010111 0 1100011 111001 10100 101001111 1100001 101001

Color Harmonies of #CC0357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0357

Black with #CC0357

Text Example


Text Example

White with #CC0357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0357; }

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

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

background-color css

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

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

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

border-color css

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

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

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