Html Css Color HEX #CC094E Razzmatazz

📋 copy color: '#CC094E'

red 204 ◦ green 9 ◦ blue 78

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

Shades of Razzmatazz #CC094E

Tints of Razzmatazz #CC094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 70.1%
G = 3.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC094E (or 0xCC094E) is known color: Razzmatazz. HEX triplet: CC, 09 and 4E. RGB value is (204,9,78). Sum of RGB (Red+Green+Blue) = 204+9+78=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC094E is #33F6B1. Grayscale: #4B4B4B. Windows color (decimal): -3405490 or 5114316. OLE color: 5114316.

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

Color convert

RGB 204 9 78 -
CMYK 0 0.96 0.62 0.2
HSL 338.77º 0.92% 0.42% -
HSV(B) 338.77º 0.96% 0.8% -
XYZ 26.37 13.58 8.44 -
YUV 75.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 204 9 78 0 0.96 0.62 0.2 338.77 0.92 0.42
Hex CC 9 4E 0 60 3E 14 153 5C 2A
Octal 314 11 116 0 140 76 24 523 134 52
Binary 11001100 1001 1001110 0 1100000 111110 10100 101010011 1011100 101010

Color Harmonies of #CC094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC094E

Black with #CC094E

Text Example


Text Example

White with #CC094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC094E; }

 p { color: rgb(204,9,78); }

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

background-color css

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

 a { background-color: rgb(204,9,78); }

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

border-color css

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

 span { border-color: rgb(204,9,78); }

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