Html Css Color HEX #C7005A Razzmatazz

📋 copy color: '#C7005A'

red 199 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #C7005A

Tints of Razzmatazz #C7005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 68.86%
G = 0%
B = 31.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7005A (or 0xC7005A) is known color: Razzmatazz. HEX triplet: C7, 00 and 5A. RGB value is (199,0,90). Sum of RGB (Red+Green+Blue) = 199+0+90=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C7005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7005A is #38FFA5. Grayscale: #454545. Windows color (decimal): -3735462 or 5898439. OLE color: 5898439.

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

Color convert

RGB 199 0 90 -
CMYK 0 1 0.55 0.22
HSL 332.86º 1% 0.39% -
HSV(B) 332.86º 1% 0.78% -
XYZ 25.4 12.88 10.82 -
YUV 69.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 199 0 90 0 1 0.55 0.22 332.86 1 0.39
Hex C7 0 5A 0 64 37 16 14D 64 27
Octal 307 0 132 0 144 67 26 515 144 47
Binary 11000111 0 1011010 0 1100100 110111 10110 101001101 1100100 100111

Color Harmonies of #C7005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7005A

Black with #C7005A

Text Example


Text Example

White with #C7005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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