Html Css Color HEX #C70150 Razzmatazz

📋 copy color: '#C70150'

red 199 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #C70150

Tints of Razzmatazz #C70150

RGB

 RED value IS 199 (78.13% from 255) = 71.07%

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

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

R = 71.07%
G = 0.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C70150 (or 0xC70150) is known color: Razzmatazz. HEX triplet: C7, 01 and 50. RGB value is (199,1,80). Sum of RGB (Red+Green+Blue) = 199+1+80=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C70150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70150 is #38FEAF. Grayscale: #454545. Windows color (decimal): -3735216 or 5243335. OLE color: 5243335.

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

Color convert

RGB 199 1 80 -
CMYK 0 0.99 0.60 0.22
HSL 336.06º 0.99% 0.39% -
HSV(B) 336.06º 0.99% 0.78% -
XYZ 25.01 12.74 8.73 -
YUV 69.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 199 1 80 0 0.99 0.60 0.22 336.06 0.99 0.39
Hex C7 1 50 0 63 3C 16 150 63 27
Octal 307 1 120 0 143 74 26 520 143 47
Binary 11000111 1 1010000 0 1100011 111100 10110 101010000 1100011 100111

Color Harmonies of #C70150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70150

Black with #C70150

Text Example


Text Example

White with #C70150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70150; }

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

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

background-color css

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

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

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

border-color css

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

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

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