Html Css Color HEX #C0369A Medium Red Violet

📋 copy color: '#C0369A'

red 192 ◦ green 54 ◦ blue 154

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

Shades of Medium Red Violet #C0369A

Tints of Medium Red Violet #C0369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.5%

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 48%
G = 13.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0369A (or 0xC0369A) is known color: Medium Red Violet. HEX triplet: C0, 36 and 9A. RGB value is (192,54,154). Sum of RGB (Red+Green+Blue) = 192+54+154=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0369A is #3FC965. Grayscale: #6A6A6A. Windows color (decimal): -4180326 or 10106560. OLE color: 10106560.

HSL color Cylindrical-coordinate representation of color #C0369A: hue angle of 316.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0369A is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 154 -
CMYK 0 0.72 0.20 0.25
HSL 316.52º 0.56% 0.48% -
HSV(B) 316.52º 0.72% 0.75% -
XYZ 28.89 16.18 32.17 -
YUV 106.66 154.72 188.87 -
System Red Green Blue C M Y K H S L
Decimal 192 54 154 0 0.72 0.20 0.25 316.52 0.56 0.48
Hex C0 36 9A 0 48 14 19 13D 38 30
Octal 300 66 232 0 110 24 31 475 70 60
Binary 11000000 110110 10011010 0 1001000 10100 11001 100111101 111000 110000

Color Harmonies of #C0369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0369A

Black with #C0369A

Text Example


Text Example

White with #C0369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0369A; }

 p { color: rgb(192,54,154); }

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

background-color css

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

 a { background-color: rgb(192,54,154); }

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

border-color css

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

 span { border-color: rgb(192,54,154); }

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