Html Css Color HEX #C0236E Medium Red Violet

📋 copy color: '#C0236E'

red 192 ◦ green 35 ◦ blue 110

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

Shades of Medium Red Violet #C0236E

Tints of Medium Red Violet #C0236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 56.97%
G = 10.39%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0236E (or 0xC0236E) is known color: Medium Red Violet. HEX triplet: C0, 23 and 6E. RGB value is (192,35,110). Sum of RGB (Red+Green+Blue) = 192+35+110=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0236E is #3FDC91. Grayscale: #5A5A5A. Windows color (decimal): -4185234 or 7218112. OLE color: 7218112.

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

Color convert

RGB 192 35 110 -
CMYK 0 0.82 0.43 0.25
HSL 331.34º 0.69% 0.45% -
HSV(B) 331.34º 0.82% 0.75% -
XYZ 25.15 13.53 16.04 -
YUV 90.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 192 35 110 0 0.82 0.43 0.25 331.34 0.69 0.45
Hex C0 23 6E 0 52 2B 19 14B 45 2D
Octal 300 43 156 0 122 53 31 513 105 55
Binary 11000000 100011 1101110 0 1010010 101011 11001 101001011 1000101 101101

Color Harmonies of #C0236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0236E

Black with #C0236E

Text Example


Text Example

White with #C0236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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