Html Css Color HEX #C7044F Razzmatazz

📋 copy color: '#C7044F'

red 199 ◦ green 4 ◦ blue 79

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

Shades of Razzmatazz #C7044F

Tints of Razzmatazz #C7044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 70.57%
G = 1.42%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7044F (or 0xC7044F) is known color: Razzmatazz. HEX triplet: C7, 04 and 4F. RGB value is (199,4,79). Sum of RGB (Red+Green+Blue) = 199+4+79=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7044F is #38FBB0. Grayscale: #464646. Windows color (decimal): -3734449 or 5178567. OLE color: 5178567.

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

Color convert

RGB 199 4 79 -
CMYK 0 0.98 0.60 0.22
HSL 336.92º 0.96% 0.4% -
HSV(B) 336.92º 0.98% 0.78% -
XYZ 25.01 12.79 8.55 -
YUV 70.86 132.6 219.4 -
System Red Green Blue C M Y K H S L
Decimal 199 4 79 0 0.98 0.60 0.22 336.92 0.96 0.4
Hex C7 4 4F 0 62 3C 16 151 60 28
Octal 307 4 117 0 142 74 26 521 140 50
Binary 11000111 100 1001111 0 1100010 111100 10110 101010001 1100000 101000

Color Harmonies of #C7044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7044F

Black with #C7044F

Text Example


Text Example

White with #C7044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7044F; }

 p { color: rgb(199,4,79); }

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

background-color css

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

 a { background-color: rgb(199,4,79); }

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

border-color css

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

 span { border-color: rgb(199,4,79); }

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