Html Css Color HEX #C0327B Medium Red Violet

📋 copy color: '#C0327B'

red 192 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #C0327B

Tints of Medium Red Violet #C0327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 52.6%
G = 13.7%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0327B (or 0xC0327B) is known color: Medium Red Violet. HEX triplet: C0, 32 and 7B. RGB value is (192,50,123). Sum of RGB (Red+Green+Blue) = 192+50+123=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0327B is #3FCD84. Grayscale: #646464. Windows color (decimal): -4181381 or 8073920. OLE color: 8073920.

HSL color Cylindrical-coordinate representation of color #C0327B: hue angle of 329.15º 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 #C0327B is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 123 -
CMYK 0 0.74 0.36 0.25
HSL 329.15º 0.59% 0.47% -
HSV(B) 329.15º 0.74% 0.75% -
XYZ 26.45 14.92 20.22 -
YUV 100.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 192 50 123 0 0.74 0.36 0.25 329.15 0.59 0.47
Hex C0 32 7B 0 4A 24 19 149 3B 2F
Octal 300 62 173 0 112 44 31 511 73 57
Binary 11000000 110010 1111011 0 1001010 100100 11001 101001001 111011 101111

Color Harmonies of #C0327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0327B

Black with #C0327B

Text Example


Text Example

White with #C0327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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