Html Css Color HEX #C0236A Medium Red Violet

📋 copy color: '#C0236A'

red 192 ◦ green 35 ◦ blue 106

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

Shades of Medium Red Violet #C0236A

Tints of Medium Red Violet #C0236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 57.66%
G = 10.51%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0236A (or 0xC0236A) is known color: Medium Red Violet. HEX triplet: C0, 23 and 6A. RGB value is (192,35,106). Sum of RGB (Red+Green+Blue) = 192+35+106=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0236A is #3FDC95. Grayscale: #595959. Windows color (decimal): -4185238 or 6955968. OLE color: 6955968.

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

Color convert

RGB 192 35 106 -
CMYK 0 0.82 0.45 0.25
HSL 332.87º 0.69% 0.45% -
HSV(B) 332.87º 0.82% 0.75% -
XYZ 24.94 13.45 14.92 -
YUV 90.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 192 35 106 0 0.82 0.45 0.25 332.87 0.69 0.45
Hex C0 23 6A 0 52 2D 19 14D 45 2D
Octal 300 43 152 0 122 55 31 515 105 55
Binary 11000000 100011 1101010 0 1010010 101101 11001 101001101 1000101 101101

Color Harmonies of #C0236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0236A

Black with #C0236A

Text Example


Text Example

White with #C0236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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