Html Css Color HEX #C80553 Razzmatazz

📋 copy color: '#C80553'

red 200 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #C80553

Tints of Razzmatazz #C80553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 69.44%
G = 1.74%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80553 (or 0xC80553) is known color: Razzmatazz. HEX triplet: C8, 05 and 53. RGB value is (200,5,83). Sum of RGB (Red+Green+Blue) = 200+5+83=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C80553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80553 is #37FAAC. Grayscale: #484848. Windows color (decimal): -3668653 or 5440968. OLE color: 5440968.

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

Color convert

RGB 200 5 83 -
CMYK 0 0.98 0.58 0.22
HSL 336º 0.95% 0.4% -
HSV(B) 336º 0.98% 0.78% -
XYZ 25.44 13.01 9.35 -
YUV 72.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 200 5 83 0 0.98 0.58 0.22 336 0.95 0.4
Hex C8 5 53 0 62 3A 16 150 5F 28
Octal 310 5 123 0 142 72 26 520 137 50
Binary 11001000 101 1010011 0 1100010 111010 10110 101010000 1011111 101000

Color Harmonies of #C80553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80553

Black with #C80553

Text Example


Text Example

White with #C80553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80553; }

 p { color: rgb(200,5,83); }

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

background-color css

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

 a { background-color: rgb(200,5,83); }

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

border-color css

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

 span { border-color: rgb(200,5,83); }

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