Html Css Color HEX #C70452 Razzmatazz

📋 copy color: '#C70452'

red 199 ◦ green 4 ◦ blue 82

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

Shades of Razzmatazz #C70452

Tints of Razzmatazz #C70452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 69.82%
G = 1.4%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C70452 (or 0xC70452) is known color: Razzmatazz. HEX triplet: C7, 04 and 52. RGB value is (199,4,82). Sum of RGB (Red+Green+Blue) = 199+4+82=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C70452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70452 is #38FBAD. Grayscale: #474747. Windows color (decimal): -3734446 or 5375175. OLE color: 5375175.

HSL color Cylindrical-coordinate representation of color #C70452: hue angle of 336º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70452 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 82 -
CMYK 0 0.98 0.59 0.22
HSL 336º 0.96% 0.4% -
HSV(B) 336º 0.98% 0.78% -
XYZ 25.12 12.84 9.14 -
YUV 71.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 199 4 82 0 0.98 0.59 0.22 336 0.96 0.4
Hex C7 4 52 0 62 3B 16 150 60 28
Octal 307 4 122 0 142 73 26 520 140 50
Binary 11000111 100 1010010 0 1100010 111011 10110 101010000 1100000 101000

Color Harmonies of #C70452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70452

Black with #C70452

Text Example


Text Example

White with #C70452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70452; }

 p { color: rgb(199,4,82); }

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

background-color css

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

 a { background-color: rgb(199,4,82); }

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

border-color css

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

 span { border-color: rgb(199,4,82); }

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