Html Css Color HEX #CC004F Razzmatazz

📋 copy color: '#CC004F'

red 204 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #CC004F

Tints of Razzmatazz #CC004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 72.08%
G = 0%
B = 27.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC004F (or 0xCC004F) is known color: Razzmatazz. HEX triplet: CC, 00 and 4F. RGB value is (204,0,79). Sum of RGB (Red+Green+Blue) = 204+0+79=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC004F is #33FFB0. Grayscale: #454545. Windows color (decimal): -3407793 or 5177548. OLE color: 5177548.

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

Color convert

RGB 204 0 79 -
CMYK 0 1 0.61 0.2
HSL 336.76º 1% 0.4% -
HSV(B) 336.76º 1% 0.8% -
XYZ 26.31 13.4 8.6 -
YUV 70 133.09 223.58 -
System Red Green Blue C M Y K H S L
Decimal 204 0 79 0 1 0.61 0.2 336.76 1 0.4
Hex CC 0 4F 0 64 3D 14 151 64 28
Octal 314 0 117 0 144 75 24 521 144 50
Binary 11001100 0 1001111 0 1100100 111101 10100 101010001 1100100 101000

Color Harmonies of #CC004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC004F

Black with #CC004F

Text Example


Text Example

White with #CC004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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