Html Css Color HEX #C6034E Razzmatazz

📋 copy color: '#C6034E'

red 198 ◦ green 3 ◦ blue 78

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

Shades of Razzmatazz #C6034E

Tints of Razzmatazz #C6034E

RGB

 RED value IS 198 (77.73% from 255) = 70.97%

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 70.97%
G = 1.08%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6034E (or 0xC6034E) is known color: Razzmatazz. HEX triplet: C6, 03 and 4E. RGB value is (198,3,78). Sum of RGB (Red+Green+Blue) = 198+3+78=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6034E is #39FCB1. Grayscale: #454545. Windows color (decimal): -3800242 or 5112774. OLE color: 5112774.

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

Color convert

RGB 198 3 78 -
CMYK 0 0.98 0.61 0.22
HSL 336.92º 0.97% 0.39% -
HSV(B) 336.92º 0.98% 0.78% -
XYZ 24.7 12.62 8.34 -
YUV 69.86 132.6 219.4 -
System Red Green Blue C M Y K H S L
Decimal 198 3 78 0 0.98 0.61 0.22 336.92 0.97 0.39
Hex C6 3 4E 0 62 3D 16 151 61 27
Octal 306 3 116 0 142 75 26 521 141 47
Binary 11000110 11 1001110 0 1100010 111101 10110 101010001 1100001 100111

Color Harmonies of #C6034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6034E

Black with #C6034E

Text Example


Text Example

White with #C6034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6034E; }

 p { color: rgb(198,3,78); }

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

background-color css

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

 a { background-color: rgb(198,3,78); }

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

border-color css

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

 span { border-color: rgb(198,3,78); }

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