Html Css Color HEX #C70054 Razzmatazz

📋 copy color: '#C70054'

red 199 ◦ green 0 ◦ blue 84

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

Shades of Razzmatazz #C70054

Tints of Razzmatazz #C70054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 70.32%
G = 0%
B = 29.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C70054 (or 0xC70054) is known color: Razzmatazz. HEX triplet: C7, 00 and 54. RGB value is (199,0,84). Sum of RGB (Red+Green+Blue) = 199+0+84=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C70054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70054 is #38FFAB. Grayscale: #444444. Windows color (decimal): -3735468 or 5505223. OLE color: 5505223.

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

Color convert

RGB 199 0 84 -
CMYK 0 1 0.58 0.22
HSL 334.67º 1% 0.39% -
HSV(B) 334.67º 1% 0.78% -
XYZ 25.15 12.78 9.53 -
YUV 69.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 199 0 84 0 1 0.58 0.22 334.67 1 0.39
Hex C7 0 54 0 64 3A 16 14F 64 27
Octal 307 0 124 0 144 72 26 517 144 47
Binary 11000111 0 1010100 0 1100100 111010 10110 101001111 1100100 100111

Color Harmonies of #C70054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70054

Black with #C70054

Text Example


Text Example

White with #C70054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70054; }

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

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

background-color css

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

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

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

border-color css

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

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

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