Html Css Color HEX #CC044B Razzmatazz

📋 copy color: '#CC044B'

red 204 ◦ green 4 ◦ blue 75

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

Shades of Razzmatazz #CC044B

Tints of Razzmatazz #CC044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 72.08%
G = 1.41%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC044B (or 0xCC044B) is known color: Razzmatazz. HEX triplet: CC, 04 and 4B. RGB value is (204,4,75). Sum of RGB (Red+Green+Blue) = 204+4+75=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC044B is #33FBB4. Grayscale: #474747. Windows color (decimal): -3406773 or 4916428. OLE color: 4916428.

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

Color convert

RGB 204 4 75 -
CMYK 0 0.98 0.63 0.2
HSL 338.7º 0.96% 0.41% -
HSV(B) 338.7º 0.98% 0.8% -
XYZ 26.22 13.43 7.87 -
YUV 71.89 129.76 222.23 -
System Red Green Blue C M Y K H S L
Decimal 204 4 75 0 0.98 0.63 0.2 338.7 0.96 0.41
Hex CC 4 4B 0 62 3F 14 153 60 29
Octal 314 4 113 0 142 77 24 523 140 51
Binary 11001100 100 1001011 0 1100010 111111 10100 101010011 1100000 101001

Color Harmonies of #CC044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC044B

Black with #CC044B

Text Example


Text Example

White with #CC044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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