Html Css Color HEX #C0238C Medium Violet Red

📋 copy color: '#C0238C'

red 192 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #C0238C

Tints of Medium Violet Red #C0238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 52.32%
G = 9.54%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0238C (or 0xC0238C) is known color: Medium Violet Red. HEX triplet: C0, 23 and 8C. RGB value is (192,35,140). Sum of RGB (Red+Green+Blue) = 192+35+140=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0238C is #3FDC73. Grayscale: #5D5D5D. Windows color (decimal): -4185204 or 9184192. OLE color: 9184192.

HSL color Cylindrical-coordinate representation of color #C0238C: hue angle of 319.87º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0238C is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 140 -
CMYK 0 0.82 0.27 0.25
HSL 319.87º 0.69% 0.45% -
HSV(B) 319.87º 0.82% 0.75% -
XYZ 27.07 14.3 26.14 -
YUV 93.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 192 35 140 0 0.82 0.27 0.25 319.87 0.69 0.45
Hex C0 23 8C 0 52 1B 19 140 45 2D
Octal 300 43 214 0 122 33 31 500 105 55
Binary 11000000 100011 10001100 0 1010010 11011 11001 101000000 1000101 101101

Color Harmonies of #C0238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0238C

Black with #C0238C

Text Example


Text Example

White with #C0238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0238C; }

 p { color: rgb(192,35,140); }

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

background-color css

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

 a { background-color: rgb(192,35,140); }

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

border-color css

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

 span { border-color: rgb(192,35,140); }

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