Html Css Color HEX #C70159 Razzmatazz

📋 copy color: '#C70159'

red 199 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #C70159

Tints of Razzmatazz #C70159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 68.86%
G = 0.35%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C70159 (or 0xC70159) is known color: Razzmatazz. HEX triplet: C7, 01 and 59. RGB value is (199,1,89). Sum of RGB (Red+Green+Blue) = 199+1+89=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C70159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70159 is #38FEA6. Grayscale: #464646. Windows color (decimal): -3735207 or 5833159. OLE color: 5833159.

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

Color convert

RGB 199 1 89 -
CMYK 0 0.99 0.55 0.22
HSL 333.33º 0.99% 0.39% -
HSV(B) 333.33º 0.99% 0.78% -
XYZ 25.37 12.89 10.6 -
YUV 70.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 199 1 89 0 0.99 0.55 0.22 333.33 0.99 0.39
Hex C7 1 59 0 63 37 16 14D 63 27
Octal 307 1 131 0 143 67 26 515 143 47
Binary 11000111 1 1011001 0 1100011 110111 10110 101001101 1100011 100111

Color Harmonies of #C70159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70159

Black with #C70159

Text Example


Text Example

White with #C70159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70159; }

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

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

background-color css

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

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

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

border-color css

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

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

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