Html Css Color HEX #C7054E Razzmatazz

📋 copy color: '#C7054E'

red 199 ◦ green 5 ◦ blue 78

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

Shades of Razzmatazz #C7054E

Tints of Razzmatazz #C7054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 70.57%
G = 1.77%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7054E (or 0xC7054E) is known color: Razzmatazz. HEX triplet: C7, 05 and 4E. RGB value is (199,5,78). Sum of RGB (Red+Green+Blue) = 199+5+78=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7054E is #38FAB1. Grayscale: #474747. Windows color (decimal): -3734194 or 5113287. OLE color: 5113287.

HSL color Cylindrical-coordinate representation of color #C7054E: hue angle of 337.42º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7054E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 78 -
CMYK 0 0.97 0.61 0.22
HSL 337.42º 0.95% 0.4% -
HSV(B) 337.42º 0.97% 0.78% -
XYZ 24.98 12.8 8.36 -
YUV 71.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 199 5 78 0 0.97 0.61 0.22 337.42 0.95 0.4
Hex C7 5 4E 0 61 3D 16 151 5F 28
Octal 307 5 116 0 141 75 26 521 137 50
Binary 11000111 101 1001110 0 1100001 111101 10110 101010001 1011111 101000

Color Harmonies of #C7054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7054E

Black with #C7054E

Text Example


Text Example

White with #C7054E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7054E; }

 p { color: rgb(199,5,78); }

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

background-color css

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

 a { background-color: rgb(199,5,78); }

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

border-color css

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

 span { border-color: rgb(199,5,78); }

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