Html Css Color HEX #C40052 Razzmatazz

📋 copy color: '#C40052'

red 196 ◦ green 0 ◦ blue 82

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

Shades of Razzmatazz #C40052

Tints of Razzmatazz #C40052

RGB

 RED value IS 196 (76.95% from 255) = 70.5%

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

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

R = 70.5%
G = 0%
B = 29.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C40052 (or 0xC40052) is known color: Razzmatazz. HEX triplet: C4, 00 and 52. RGB value is (196,0,82). Sum of RGB (Red+Green+Blue) = 196+0+82=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C40052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40052 is #3BFFAD. Grayscale: #434343. Windows color (decimal): -3932078 or 5374148. OLE color: 5374148.

HSL color Cylindrical-coordinate representation of color #C40052: hue angle of 334.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40052 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 82 -
CMYK 0 1 0.58 0.23
HSL 334.9º 1% 0.38% -
HSV(B) 334.9º 1% 0.77% -
XYZ 24.29 12.34 9.09 -
YUV 67.95 135.93 219.33 -
System Red Green Blue C M Y K H S L
Decimal 196 0 82 0 1 0.58 0.23 334.9 1 0.38
Hex C4 0 52 0 64 3A 17 14F 64 26
Octal 304 0 122 0 144 72 27 517 144 46
Binary 11000100 0 1010010 0 1100100 111010 10111 101001111 1100100 100110

Color Harmonies of #C40052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40052

Black with #C40052

Text Example


Text Example

White with #C40052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40052; }

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

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

background-color css

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

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

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

border-color css

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

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

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