Html Css Color HEX #C70058 Razzmatazz

📋 copy color: '#C70058'

red 199 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #C70058

Tints of Razzmatazz #C70058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 69.34%
G = 0%
B = 30.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70058 (or 0xC70058) is known color: Razzmatazz. HEX triplet: C7, 00 and 58. RGB value is (199,0,88). Sum of RGB (Red+Green+Blue) = 199+0+88=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C70058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70058 is #38FFA7. Grayscale: #454545. Windows color (decimal): -3735464 or 5767367. OLE color: 5767367.

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

Color convert

RGB 199 0 88 -
CMYK 0 1 0.56 0.22
HSL 333.47º 1% 0.39% -
HSV(B) 333.47º 1% 0.78% -
XYZ 25.31 12.85 10.38 -
YUV 69.53 138.43 220.34 -
System Red Green Blue C M Y K H S L
Decimal 199 0 88 0 1 0.56 0.22 333.47 1 0.39
Hex C7 0 58 0 64 38 16 14D 64 27
Octal 307 0 130 0 144 70 26 515 144 47
Binary 11000111 0 1011000 0 1100100 111000 10110 101001101 1100100 100111

Color Harmonies of #C70058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70058

Black with #C70058

Text Example


Text Example

White with #C70058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70058; }

 p { color: rgb(199,0,88); }

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

background-color css

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

 a { background-color: rgb(199,0,88); }

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

border-color css

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

 span { border-color: rgb(199,0,88); }

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