Html Css Color HEX #C7004F Razzmatazz

📋 copy color: '#C7004F'

red 199 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #C7004F

Tints of Razzmatazz #C7004F

RGB

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

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

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

R = 71.58%
G = 0%
B = 28.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7004F (or 0xC7004F) is known color: Razzmatazz. HEX triplet: C7, 00 and 4F. RGB value is (199,0,79). Sum of RGB (Red+Green+Blue) = 199+0+79=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7004F is #38FFB0. Grayscale: #444444. Windows color (decimal): -3735473 or 5177543. OLE color: 5177543.

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

Color convert

RGB 199 0 79 -
CMYK 0 1 0.60 0.22
HSL 336.18º 1% 0.39% -
HSV(B) 336.18º 1% 0.78% -
XYZ 24.96 12.71 8.53 -
YUV 68.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 199 0 79 0 1 0.60 0.22 336.18 1 0.39
Hex C7 0 4F 0 64 3C 16 150 64 27
Octal 307 0 117 0 144 74 26 520 144 47
Binary 11000111 0 1001111 0 1100100 111100 10110 101010000 1100100 100111

Color Harmonies of #C7004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7004F

Black with #C7004F

Text Example


Text Example

White with #C7004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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