Html Css Color HEX #C40053 Razzmatazz

📋 copy color: '#C40053'

red 196 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #C40053

Tints of Razzmatazz #C40053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 70.25%
G = 0%
B = 29.75%

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

#C40053 (or 0xC40053) is known color: Razzmatazz. HEX triplet: C4, 00 and 53. RGB value is (196,0,83). Sum of RGB (Red+Green+Blue) = 196+0+83=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C40053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40053 is #3BFFAC. Grayscale: #434343. Windows color (decimal): -3932077 or 5439684. OLE color: 5439684.

HSL color Cylindrical-coordinate representation of color #C40053: hue angle of 334.59º 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 #C40053 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 83 -
CMYK 0 1 0.58 0.23
HSL 334.59º 1% 0.38% -
HSV(B) 334.59º 1% 0.77% -
XYZ 24.33 12.36 9.29 -
YUV 68.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 196 0 83 0 1 0.58 0.23 334.59 1 0.38
Hex C4 0 53 0 64 3A 17 14F 64 26
Octal 304 0 123 0 144 72 27 517 144 46
Binary 11000100 0 1010011 0 1100100 111010 10111 101001111 1100100 100110

Color Harmonies of #C40053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40053

Black with #C40053

Text Example


Text Example

White with #C40053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40053; }

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

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

background-color css

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

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

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

border-color css

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

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

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