Html Css Color HEX #C0327F Medium Red Violet

📋 copy color: '#C0327F'

red 192 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #C0327F

Tints of Medium Red Violet #C0327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 52.03%
G = 13.55%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0327F (or 0xC0327F) is known color: Medium Red Violet. HEX triplet: C0, 32 and 7F. RGB value is (192,50,127). Sum of RGB (Red+Green+Blue) = 192+50+127=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0327F is #3FCD80. Grayscale: #656565. Windows color (decimal): -4181377 or 8336064. OLE color: 8336064.

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

Color convert

RGB 192 50 127 -
CMYK 0 0.74 0.34 0.25
HSL 327.46º 0.59% 0.47% -
HSV(B) 327.46º 0.74% 0.75% -
XYZ 26.71 15.02 21.57 -
YUV 101.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 192 50 127 0 0.74 0.34 0.25 327.46 0.59 0.47
Hex C0 32 7F 0 4A 22 19 147 3B 2F
Octal 300 62 177 0 112 42 31 507 73 57
Binary 11000000 110010 1111111 0 1001010 100010 11001 101000111 111011 101111

Color Harmonies of #C0327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0327F

Black with #C0327F

Text Example


Text Example

White with #C0327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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