Html Css Color HEX #C70055 Razzmatazz

📋 copy color: '#C70055'

red 199 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #C70055

Tints of Razzmatazz #C70055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 70.07%
G = 0%
B = 29.93%

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

#C70055 (or 0xC70055) is known color: Razzmatazz. HEX triplet: C7, 00 and 55. RGB value is (199,0,85). Sum of RGB (Red+Green+Blue) = 199+0+85=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C70055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70055 is #38FFAA. Grayscale: #454545. Windows color (decimal): -3735467 or 5570759. OLE color: 5570759.

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

Color convert

RGB 199 0 85 -
CMYK 0 1 0.57 0.22
HSL 334.37º 1% 0.39% -
HSV(B) 334.37º 1% 0.78% -
XYZ 25.19 12.8 9.74 -
YUV 69.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 199 0 85 0 1 0.57 0.22 334.37 1 0.39
Hex C7 0 55 0 64 39 16 14E 64 27
Octal 307 0 125 0 144 71 26 516 144 47
Binary 11000111 0 1010101 0 1100100 111001 10110 101001110 1100100 100111

Color Harmonies of #C70055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70055

Black with #C70055

Text Example


Text Example

White with #C70055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70055; }

 p { color: rgb(199,0,85); }

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

background-color css

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

 a { background-color: rgb(199,0,85); }

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

border-color css

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

 span { border-color: rgb(199,0,85); }

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