Html Css Color HEX #C50355 Razzmatazz

📋 copy color: '#C50355'

red 197 ◦ green 3 ◦ blue 85

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

Shades of Razzmatazz #C50355

Tints of Razzmatazz #C50355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 69.12%
G = 1.05%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C50355 (or 0xC50355) is known color: Razzmatazz. HEX triplet: C5, 03 and 55. RGB value is (197,3,85). Sum of RGB (Red+Green+Blue) = 197+3+85=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50355 is #3AFCAA. Grayscale: #464646. Windows color (decimal): -3865771 or 5571525. OLE color: 5571525.

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

Color convert

RGB 197 3 85 -
CMYK 0 0.98 0.57 0.23
HSL 334.64º 0.97% 0.39% -
HSV(B) 334.64º 0.98% 0.77% -
XYZ 24.7 12.59 9.72 -
YUV 70.35 136.27 218.33 -
System Red Green Blue C M Y K H S L
Decimal 197 3 85 0 0.98 0.57 0.23 334.64 0.97 0.39
Hex C5 3 55 0 62 39 17 14F 61 27
Octal 305 3 125 0 142 71 27 517 141 47
Binary 11000101 11 1010101 0 1100010 111001 10111 101001111 1100001 100111

Color Harmonies of #C50355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50355

Black with #C50355

Text Example


Text Example

White with #C50355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50355; }

 p { color: rgb(197,3,85); }

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

background-color css

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

 a { background-color: rgb(197,3,85); }

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

border-color css

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

 span { border-color: rgb(197,3,85); }

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