Html Css Color HEX #CC084C Razzmatazz

📋 copy color: '#CC084C'

red 204 ◦ green 8 ◦ blue 76

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

Shades of Razzmatazz #CC084C

Tints of Razzmatazz #CC084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

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

R = 70.83%
G = 2.78%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC084C (or 0xCC084C) is known color: Razzmatazz. HEX triplet: CC, 08 and 4C. RGB value is (204,8,76). Sum of RGB (Red+Green+Blue) = 204+8+76=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC084C is #33F7B3. Grayscale: #4A4A4A. Windows color (decimal): -3405748 or 4982988. OLE color: 4982988.

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

Color convert

RGB 204 8 76 -
CMYK 0 0.96 0.63 0.2
HSL 339.18º 0.92% 0.42% -
HSV(B) 339.18º 0.96% 0.8% -
XYZ 26.29 13.53 8.06 -
YUV 74.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 204 8 76 0 0.96 0.63 0.2 339.18 0.92 0.42
Hex CC 8 4C 0 60 3F 14 153 5C 2A
Octal 314 10 114 0 140 77 24 523 134 52
Binary 11001100 1000 1001100 0 1100000 111111 10100 101010011 1011100 101010

Color Harmonies of #CC084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC084C

Black with #CC084C

Text Example


Text Example

White with #CC084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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