Html Css Color HEX #C50150 Razzmatazz

📋 copy color: '#C50150'

red 197 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #C50150

Tints of Razzmatazz #C50150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 70.86%
G = 0.36%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C50150 (or 0xC50150) is known color: Razzmatazz. HEX triplet: C5, 01 and 50. RGB value is (197,1,80). Sum of RGB (Red+Green+Blue) = 197+1+80=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C50150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50150 is #3AFEAF. Grayscale: #444444. Windows color (decimal): -3866288 or 5243333. OLE color: 5243333.

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

Color convert

RGB 197 1 80 -
CMYK 0 0.99 0.59 0.23
HSL 335.82º 0.99% 0.39% -
HSV(B) 335.82º 0.99% 0.77% -
XYZ 24.48 12.47 8.71 -
YUV 68.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 197 1 80 0 0.99 0.59 0.23 335.82 0.99 0.39
Hex C5 1 50 0 63 3B 17 150 63 27
Octal 305 1 120 0 143 73 27 520 143 47
Binary 11000101 1 1010000 0 1100011 111011 10111 101010000 1100011 100111

Color Harmonies of #C50150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50150

Black with #C50150

Text Example


Text Example

White with #C50150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50150; }

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

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

background-color css

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

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

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

border-color css

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

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

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