Html Css Color HEX #CC074C Razzmatazz

📋 copy color: '#CC074C'

red 204 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #CC074C

Tints of Razzmatazz #CC074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 71.08%
G = 2.44%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC074C (or 0xCC074C) is known color: Razzmatazz. HEX triplet: CC, 07 and 4C. RGB value is (204,7,76). Sum of RGB (Red+Green+Blue) = 204+7+76=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC074C is #33F8B3. Grayscale: #494949. Windows color (decimal): -3406004 or 4982732. OLE color: 4982732.

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

Color convert

RGB 204 7 76 -
CMYK 0 0.97 0.63 0.2
HSL 338.98º 0.93% 0.41% -
HSV(B) 338.98º 0.97% 0.8% -
XYZ 26.28 13.51 8.06 -
YUV 73.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 204 7 76 0 0.97 0.63 0.2 338.98 0.93 0.41
Hex CC 7 4C 0 61 3F 14 153 5D 29
Octal 314 7 114 0 141 77 24 523 135 51
Binary 11001100 111 1001100 0 1100001 111111 10100 101010011 1011101 101001

Color Harmonies of #CC074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC074C

Black with #CC074C

Text Example


Text Example

White with #CC074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC074C; }

 p { color: rgb(204,7,76); }

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

background-color css

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

 a { background-color: rgb(204,7,76); }

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

border-color css

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

 span { border-color: rgb(204,7,76); }

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