Html Css Color HEX #C70352 Razzmatazz

📋 copy color: '#C70352'

red 199 ◦ green 3 ◦ blue 82

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

Shades of Razzmatazz #C70352

Tints of Razzmatazz #C70352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 70.07%
G = 1.06%
B = 28.87%

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

#C70352 (or 0xC70352) is known color: Razzmatazz. HEX triplet: C7, 03 and 52. RGB value is (199,3,82). Sum of RGB (Red+Green+Blue) = 199+3+82=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C70352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70352 is #38FCAD. Grayscale: #464646. Windows color (decimal): -3734702 or 5374919. OLE color: 5374919.

HSL color Cylindrical-coordinate representation of color #C70352: hue angle of 335.82º degrees, saturation: 0.97, 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 #C70352 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 82 -
CMYK 0 0.98 0.59 0.22
HSL 335.82º 0.97% 0.4% -
HSV(B) 335.82º 0.98% 0.78% -
XYZ 25.11 12.82 9.13 -
YUV 70.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 199 3 82 0 0.98 0.59 0.22 335.82 0.97 0.4
Hex C7 3 52 0 62 3B 16 150 61 28
Octal 307 3 122 0 142 73 26 520 141 50
Binary 11000111 11 1010010 0 1100010 111011 10110 101010000 1100001 101000

Color Harmonies of #C70352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70352

Black with #C70352

Text Example


Text Example

White with #C70352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70352; }

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

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

background-color css

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

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

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

border-color css

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

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

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