Html Css Color HEX #C70157 Razzmatazz

📋 copy color: '#C70157'

red 199 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #C70157

Tints of Razzmatazz #C70157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 69.34%
G = 0.35%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70157 (or 0xC70157) is known color: Razzmatazz. HEX triplet: C7, 01 and 57. RGB value is (199,1,87). Sum of RGB (Red+Green+Blue) = 199+1+87=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C70157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70157 is #38FEA8. Grayscale: #454545. Windows color (decimal): -3735209 or 5702087. OLE color: 5702087.

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

Color convert

RGB 199 1 87 -
CMYK 0 0.99 0.56 0.22
HSL 333.94º 0.99% 0.39% -
HSV(B) 333.94º 0.99% 0.78% -
XYZ 25.28 12.85 10.16 -
YUV 70.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 199 1 87 0 0.99 0.56 0.22 333.94 0.99 0.39
Hex C7 1 57 0 63 38 16 14E 63 27
Octal 307 1 127 0 143 70 26 516 143 47
Binary 11000111 1 1010111 0 1100011 111000 10110 101001110 1100011 100111

Color Harmonies of #C70157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70157

Black with #C70157

Text Example


Text Example

White with #C70157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70157; }

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

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

background-color css

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

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

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

border-color css

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

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

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