Html Css Color HEX #CC0457 Razzmatazz

📋 copy color: '#CC0457'

red 204 ◦ green 4 ◦ blue 87

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

Shades of Razzmatazz #CC0457

Tints of Razzmatazz #CC0457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 69.15%
G = 1.36%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC0457 (or 0xCC0457) is known color: Razzmatazz. HEX triplet: CC, 04 and 57. RGB value is (204,4,87). Sum of RGB (Red+Green+Blue) = 204+4+87=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0457 is #33FBA8. Grayscale: #494949. Windows color (decimal): -3406761 or 5702860. OLE color: 5702860.

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

Color convert

RGB 204 4 87 -
CMYK 0 0.98 0.57 0.2
HSL 335.1º 0.96% 0.41% -
HSV(B) 335.1º 0.98% 0.8% -
XYZ 26.67 13.61 10.24 -
YUV 73.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 204 4 87 0 0.98 0.57 0.2 335.1 0.96 0.41
Hex CC 4 57 0 62 39 14 14F 60 29
Octal 314 4 127 0 142 71 24 517 140 51
Binary 11001100 100 1010111 0 1100010 111001 10100 101001111 1100000 101001

Color Harmonies of #CC0457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0457

Black with #CC0457

Text Example


Text Example

White with #CC0457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0457; }

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

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

background-color css

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

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

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

border-color css

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

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

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