Html Css Color HEX #C0237B Medium Violet Red

📋 copy color: '#C0237B'

red 192 ◦ green 35 ◦ blue 123

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

Shades of Medium Violet Red #C0237B

Tints of Medium Violet Red #C0237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 54.86%
G = 10%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0237B (or 0xC0237B) is known color: Medium Violet Red. HEX triplet: C0, 23 and 7B. RGB value is (192,35,123). Sum of RGB (Red+Green+Blue) = 192+35+123=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0237B is #3FDC84. Grayscale: #5B5B5B. Windows color (decimal): -4185221 or 8070080. OLE color: 8070080.

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

Color convert

RGB 192 35 123 -
CMYK 0 0.82 0.36 0.25
HSL 326.37º 0.69% 0.45% -
HSV(B) 326.37º 0.82% 0.75% -
XYZ 25.91 13.84 20.04 -
YUV 91.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 192 35 123 0 0.82 0.36 0.25 326.37 0.69 0.45
Hex C0 23 7B 0 52 24 19 146 45 2D
Octal 300 43 173 0 122 44 31 506 105 55
Binary 11000000 100011 1111011 0 1010010 100100 11001 101000110 1000101 101101

Color Harmonies of #C0237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0237B

Black with #C0237B

Text Example


Text Example

White with #C0237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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