Html Css Color HEX #C80352 Razzmatazz

📋 copy color: '#C80352'

red 200 ◦ green 3 ◦ blue 82

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

Shades of Razzmatazz #C80352

Tints of Razzmatazz #C80352

RGB

 RED value IS 200 (78.52% from 255) = 70.18%

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

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

R = 70.18%
G = 1.05%
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

#C80352 (or 0xC80352) is known color: Razzmatazz. HEX triplet: C8, 03 and 52. RGB value is (200,3,82). Sum of RGB (Red+Green+Blue) = 200+3+82=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C80352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80352 is #37FCAD. Grayscale: #464646. Windows color (decimal): -3669166 or 5374920. OLE color: 5374920.

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

Color convert

RGB 200 3 82 -
CMYK 0 0.98 0.59 0.22
HSL 335.94º 0.97% 0.4% -
HSV(B) 335.94º 0.99% 0.78% -
XYZ 25.37 12.95 9.15 -
YUV 70.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 200 3 82 0 0.98 0.59 0.22 335.94 0.97 0.4
Hex C8 3 52 0 62 3B 16 150 61 28
Octal 310 3 122 0 142 73 26 520 141 50
Binary 11001000 11 1010010 0 1100010 111011 10110 101010000 1100001 101000

Color Harmonies of #C80352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80352

Black with #C80352

Text Example


Text Example

White with #C80352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80352; }

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

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

background-color css

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

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

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

border-color css

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

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

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