Html Css Color HEX #C50258 Razzmatazz

📋 copy color: '#C50258'

red 197 ◦ green 2 ◦ blue 88

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

Shades of Razzmatazz #C50258

Tints of Razzmatazz #C50258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 68.64%
G = 0.7%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50258 (or 0xC50258) is known color: Razzmatazz. HEX triplet: C5, 02 and 58. RGB value is (197,2,88). Sum of RGB (Red+Green+Blue) = 197+2+88=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C50258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50258 is #3AFDA7. Grayscale: #454545. Windows color (decimal): -3866024 or 5767877. OLE color: 5767877.

HSL color Cylindrical-coordinate representation of color #C50258: hue angle of 333.54º degrees, saturation: 0.98, 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 #C50258 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 88 -
CMYK 0 0.99 0.55 0.23
HSL 333.54º 0.98% 0.39% -
HSV(B) 333.54º 0.99% 0.77% -
XYZ 24.81 12.62 10.36 -
YUV 70.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 197 2 88 0 0.99 0.55 0.23 333.54 0.98 0.39
Hex C5 2 58 0 63 37 17 14E 62 27
Octal 305 2 130 0 143 67 27 516 142 47
Binary 11000101 10 1011000 0 1100011 110111 10111 101001110 1100010 100111

Color Harmonies of #C50258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50258

Black with #C50258

Text Example


Text Example

White with #C50258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50258; }

 p { color: rgb(197,2,88); }

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

background-color css

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

 a { background-color: rgb(197,2,88); }

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

border-color css

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

 span { border-color: rgb(197,2,88); }

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