Html Css Color HEX #C0337B Medium Red Violet

📋 copy color: '#C0337B'

red 192 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #C0337B

Tints of Medium Red Violet #C0337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

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

R = 52.46%
G = 13.93%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0337B (or 0xC0337B) is known color: Medium Red Violet. HEX triplet: C0, 33 and 7B. RGB value is (192,51,123). Sum of RGB (Red+Green+Blue) = 192+51+123=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0337B is #3FCC84. Grayscale: #656565. Windows color (decimal): -4181125 or 8074176. OLE color: 8074176.

HSL color Cylindrical-coordinate representation of color #C0337B: hue angle of 329.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0337B is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 123 -
CMYK 0 0.73 0.36 0.25
HSL 329.36º 0.58% 0.48% -
HSV(B) 329.36º 0.73% 0.75% -
XYZ 26.5 15 20.24 -
YUV 101.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 192 51 123 0 0.73 0.36 0.25 329.36 0.58 0.48
Hex C0 33 7B 0 49 24 19 149 3A 30
Octal 300 63 173 0 111 44 31 511 72 60
Binary 11000000 110011 1111011 0 1001001 100100 11001 101001001 111010 110000

Color Harmonies of #C0337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0337B

Black with #C0337B

Text Example


Text Example

White with #C0337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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