Html Css Color HEX #C50154 Razzmatazz

📋 copy color: '#C50154'

red 197 ◦ green 1 ◦ blue 84

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

Shades of Razzmatazz #C50154

Tints of Razzmatazz #C50154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 69.86%
G = 0.35%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C50154 (or 0xC50154) is known color: Razzmatazz. HEX triplet: C5, 01 and 54. RGB value is (197,1,84). Sum of RGB (Red+Green+Blue) = 197+1+84=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C50154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50154 is #3AFEAB. Grayscale: #444444. Windows color (decimal): -3866284 or 5505477. OLE color: 5505477.

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

Color convert

RGB 197 1 84 -
CMYK 0 0.99 0.57 0.23
HSL 334.59º 0.99% 0.39% -
HSV(B) 334.59º 0.99% 0.77% -
XYZ 24.64 12.53 9.51 -
YUV 69.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 197 1 84 0 0.99 0.57 0.23 334.59 0.99 0.39
Hex C5 1 54 0 63 39 17 14F 63 27
Octal 305 1 124 0 143 71 27 517 143 47
Binary 11000101 1 1010100 0 1100011 111001 10111 101001111 1100011 100111

Color Harmonies of #C50154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50154

Black with #C50154

Text Example


Text Example

White with #C50154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50154; }

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

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

background-color css

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

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

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

border-color css

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

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

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