Html Css Color HEX #C0367A Medium Red Violet

📋 copy color: '#C0367A'

red 192 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #C0367A

Tints of Medium Red Violet #C0367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 52.17%
G = 14.67%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0367A (or 0xC0367A) is known color: Medium Red Violet. HEX triplet: C0, 36 and 7A. RGB value is (192,54,122). Sum of RGB (Red+Green+Blue) = 192+54+122=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0367A is #3FC985. Grayscale: #666666. Windows color (decimal): -4180358 or 8009408. OLE color: 8009408.

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

Color convert

RGB 192 54 122 -
CMYK 0 0.72 0.36 0.25
HSL 330.43º 0.56% 0.48% -
HSV(B) 330.43º 0.72% 0.75% -
XYZ 26.57 15.25 19.96 -
YUV 103.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 192 54 122 0 0.72 0.36 0.25 330.43 0.56 0.48
Hex C0 36 7A 0 48 24 19 14A 38 30
Octal 300 66 172 0 110 44 31 512 70 60
Binary 11000000 110110 1111010 0 1001000 100100 11001 101001010 111000 110000

Color Harmonies of #C0367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0367A

Black with #C0367A

Text Example


Text Example

White with #C0367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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