Html Css Color HEX #C60052 Razzmatazz

📋 copy color: '#C60052'

red 198 ◦ green 0 ◦ blue 82

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

Shades of Razzmatazz #C60052

Tints of Razzmatazz #C60052

RGB

 RED value IS 198 (77.73% from 255) = 70.71%

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

 BLUE value IS 82 (32.42% from 255) = 29.29%

R = 70.71%
G = 0%
B = 29.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C60052 (or 0xC60052) is known color: Razzmatazz. HEX triplet: C6, 00 and 52. RGB value is (198,0,82). Sum of RGB (Red+Green+Blue) = 198+0+82=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C60052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60052 is #39FFAD. Grayscale: #444444. Windows color (decimal): -3801006 or 5374150. OLE color: 5374150.

HSL color Cylindrical-coordinate representation of color #C60052: hue angle of 335.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60052 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 82 -
CMYK 0 1 0.59 0.22
HSL 335.15º 1% 0.39% -
HSV(B) 335.15º 1% 0.78% -
XYZ 24.81 12.61 9.11 -
YUV 68.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 198 0 82 0 1 0.59 0.22 335.15 1 0.39
Hex C6 0 52 0 64 3B 16 14F 64 27
Octal 306 0 122 0 144 73 26 517 144 47
Binary 11000110 0 1010010 0 1100100 111011 10110 101001111 1100100 100111

Color Harmonies of #C60052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60052

Black with #C60052

Text Example


Text Example

White with #C60052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60052; }

 p { color: rgb(198,0,82); }

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

background-color css

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

 a { background-color: rgb(198,0,82); }

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

border-color css

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

 span { border-color: rgb(198,0,82); }

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