Html Css Color HEX #C7005E Razzmatazz

📋 copy color: '#C7005E'

red 199 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #C7005E

Tints of Razzmatazz #C7005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 67.92%
G = 0%
B = 32.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7005E (or 0xC7005E) is known color: Razzmatazz. HEX triplet: C7, 00 and 5E. RGB value is (199,0,94). Sum of RGB (Red+Green+Blue) = 199+0+94=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7005E is #38FFA1. Grayscale: #464646. Windows color (decimal): -3735458 or 6160583. OLE color: 6160583.

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

Color convert

RGB 199 0 94 -
CMYK 0 1 0.53 0.22
HSL 331.66º 1% 0.39% -
HSV(B) 331.66º 1% 0.78% -
XYZ 25.57 12.95 11.74 -
YUV 70.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 199 0 94 0 1 0.53 0.22 331.66 1 0.39
Hex C7 0 5E 0 64 35 16 14C 64 27
Octal 307 0 136 0 144 65 26 514 144 47
Binary 11000111 0 1011110 0 1100100 110101 10110 101001100 1100100 100111

Color Harmonies of #C7005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7005E

Black with #C7005E

Text Example


Text Example

White with #C7005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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