Html Css Color HEX #C0326F Medium Red Violet

📋 copy color: '#C0326F'

red 192 ◦ green 50 ◦ blue 111

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

Shades of Medium Red Violet #C0326F

Tints of Medium Red Violet #C0326F

RGB

 RED value IS 192 (75.39% from 255) = 54.39%

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 54.39%
G = 14.16%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0326F (or 0xC0326F) is known color: Medium Red Violet. HEX triplet: C0, 32 and 6F. RGB value is (192,50,111). Sum of RGB (Red+Green+Blue) = 192+50+111=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0326F is #3FCD90. Grayscale: #636363. Windows color (decimal): -4181393 or 7287488. OLE color: 7287488.

HSL color Cylindrical-coordinate representation of color #C0326F: hue angle of 334.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0326F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 111 -
CMYK 0 0.74 0.42 0.25
HSL 334.23º 0.59% 0.47% -
HSV(B) 334.23º 0.74% 0.75% -
XYZ 25.75 14.64 16.51 -
YUV 99.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 192 50 111 0 0.74 0.42 0.25 334.23 0.59 0.47
Hex C0 32 6F 0 4A 2A 19 14E 3B 2F
Octal 300 62 157 0 112 52 31 516 73 57
Binary 11000000 110010 1101111 0 1001010 101010 11001 101001110 111011 101111

Color Harmonies of #C0326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0326F

Black with #C0326F

Text Example


Text Example

White with #C0326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0326F; }

 p { color: rgb(192,50,111); }

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

background-color css

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

 a { background-color: rgb(192,50,111); }

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

border-color css

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

 span { border-color: rgb(192,50,111); }

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