Html Css Color HEX #C50453 Razzmatazz

📋 copy color: '#C50453'

red 197 ◦ green 4 ◦ blue 83

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

Shades of Razzmatazz #C50453

Tints of Razzmatazz #C50453

RGB

 RED value IS 197 (77.34% from 255) = 69.37%

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 69.37%
G = 1.41%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50453 (or 0xC50453) is known color: Razzmatazz. HEX triplet: C5, 04 and 53. RGB value is (197,4,83). Sum of RGB (Red+Green+Blue) = 197+4+83=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C50453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50453 is #3AFBAC. Grayscale: #464646. Windows color (decimal): -3865517 or 5440709. OLE color: 5440709.

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

Color convert

RGB 197 4 83 -
CMYK 0 0.98 0.58 0.23
HSL 335.44º 0.96% 0.39% -
HSV(B) 335.44º 0.98% 0.77% -
XYZ 24.63 12.58 9.31 -
YUV 70.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 197 4 83 0 0.98 0.58 0.23 335.44 0.96 0.39
Hex C5 4 53 0 62 3A 17 14F 60 27
Octal 305 4 123 0 142 72 27 517 140 47
Binary 11000101 100 1010011 0 1100010 111010 10111 101001111 1100000 100111

Color Harmonies of #C50453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50453

Black with #C50453

Text Example


Text Example

White with #C50453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50453; }

 p { color: rgb(197,4,83); }

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

background-color css

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

 a { background-color: rgb(197,4,83); }

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

border-color css

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

 span { border-color: rgb(197,4,83); }

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