Html Css Color HEX #C0237D Medium Violet Red

📋 copy color: '#C0237D'

red 192 ◦ green 35 ◦ blue 125

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

Shades of Medium Violet Red #C0237D

Tints of Medium Violet Red #C0237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 54.55%
G = 9.94%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0237D (or 0xC0237D) is known color: Medium Violet Red. HEX triplet: C0, 23 and 7D. RGB value is (192,35,125). Sum of RGB (Red+Green+Blue) = 192+35+125=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0237D is #3FDC82. Grayscale: #5C5C5C. Windows color (decimal): -4185219 or 8201152. OLE color: 8201152.

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

Color convert

RGB 192 35 125 -
CMYK 0 0.82 0.35 0.25
HSL 325.61º 0.69% 0.45% -
HSV(B) 325.61º 0.82% 0.75% -
XYZ 26.04 13.89 20.71 -
YUV 92.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 192 35 125 0 0.82 0.35 0.25 325.61 0.69 0.45
Hex C0 23 7D 0 52 23 19 146 45 2D
Octal 300 43 175 0 122 43 31 506 105 55
Binary 11000000 100011 1111101 0 1010010 100011 11001 101000110 1000101 101101

Color Harmonies of #C0237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0237D

Black with #C0237D

Text Example


Text Example

White with #C0237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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