Html Css Color HEX #C50152 Razzmatazz

📋 copy color: '#C50152'

red 197 ◦ green 1 ◦ blue 82

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

Shades of Razzmatazz #C50152

Tints of Razzmatazz #C50152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 70.36%
G = 0.36%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50152 (or 0xC50152) is known color: Razzmatazz. HEX triplet: C5, 01 and 52. RGB value is (197,1,82). Sum of RGB (Red+Green+Blue) = 197+1+82=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C50152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50152 is #3AFEAD. Grayscale: #444444. Windows color (decimal): -3866286 or 5374405. OLE color: 5374405.

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

Color convert

RGB 197 1 82 -
CMYK 0 0.99 0.58 0.23
HSL 335.2º 0.99% 0.39% -
HSV(B) 335.2º 0.99% 0.77% -
XYZ 24.56 12.5 9.1 -
YUV 68.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 197 1 82 0 0.99 0.58 0.23 335.2 0.99 0.39
Hex C5 1 52 0 63 3A 17 14F 63 27
Octal 305 1 122 0 143 72 27 517 143 47
Binary 11000101 1 1010010 0 1100011 111010 10111 101001111 1100011 100111

Color Harmonies of #C50152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50152

Black with #C50152

Text Example


Text Example

White with #C50152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50152; }

 p { color: rgb(197,1,82); }

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

background-color css

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

 a { background-color: rgb(197,1,82); }

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

border-color css

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

 span { border-color: rgb(197,1,82); }

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