Html Css Color HEX #C0338F Medium Red Violet

📋 copy color: '#C0338F'

red 192 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #C0338F

Tints of Medium Red Violet #C0338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 49.74%
G = 13.21%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0338F (or 0xC0338F) is known color: Medium Red Violet. HEX triplet: C0, 33 and 8F. RGB value is (192,51,143). Sum of RGB (Red+Green+Blue) = 192+51+143=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0338F is #3FCC70. Grayscale: #676767. Windows color (decimal): -4181105 or 9384896. OLE color: 9384896.

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

Color convert

RGB 192 51 143 -
CMYK 0 0.73 0.26 0.25
HSL 320.85º 0.58% 0.48% -
HSV(B) 320.85º 0.73% 0.75% -
XYZ 27.88 15.56 27.52 -
YUV 103.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 192 51 143 0 0.73 0.26 0.25 320.85 0.58 0.48
Hex C0 33 8F 0 49 1A 19 141 3A 30
Octal 300 63 217 0 111 32 31 501 72 60
Binary 11000000 110011 10001111 0 1001001 11010 11001 101000001 111010 110000

Color Harmonies of #C0338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0338F

Black with #C0338F

Text Example


Text Example

White with #C0338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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