Html Css Color HEX #C80056 Razzmatazz

📋 copy color: '#C80056'

red 200 ◦ green 0 ◦ blue 86

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

Shades of Razzmatazz #C80056

Tints of Razzmatazz #C80056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 69.93%
G = 0%
B = 30.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C80056 (or 0xC80056) is known color: Razzmatazz. HEX triplet: C8, 00 and 56. RGB value is (200,0,86). Sum of RGB (Red+Green+Blue) = 200+0+86=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C80056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80056 is #37FFA9. Grayscale: #454545. Windows color (decimal): -3669930 or 5636296. OLE color: 5636296.

HSL color Cylindrical-coordinate representation of color #C80056: hue angle of 334.2º 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 #C80056 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 86 -
CMYK 0 1 0.57 0.22
HSL 334.2º 1% 0.39% -
HSV(B) 334.2º 1% 0.78% -
XYZ 25.5 12.95 9.96 -
YUV 69.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 200 0 86 0 1 0.57 0.22 334.2 1 0.39
Hex C8 0 56 0 64 39 16 14E 64 27
Octal 310 0 126 0 144 71 26 516 144 47
Binary 11001000 0 1010110 0 1100100 111001 10110 101001110 1100100 100111

Color Harmonies of #C80056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80056

Black with #C80056

Text Example


Text Example

White with #C80056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80056; }

 p { color: rgb(200,0,86); }

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

background-color css

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

 a { background-color: rgb(200,0,86); }

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

border-color css

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

 span { border-color: rgb(200,0,86); }

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