Html Css Color HEX #C0308F Medium Red Violet

📋 copy color: '#C0308F'

red 192 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #C0308F

Tints of Medium Red Violet #C0308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

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

R = 50.13%
G = 12.53%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0308F (or 0xC0308F) is known color: Medium Red Violet. HEX triplet: C0, 30 and 8F. RGB value is (192,48,143). Sum of RGB (Red+Green+Blue) = 192+48+143=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0308F is #3FCF70. Grayscale: #656565. Windows color (decimal): -4181873 or 9384128. OLE color: 9384128.

HSL color Cylindrical-coordinate representation of color #C0308F: hue angle of 320.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0308F is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 143 -
CMYK 0 0.75 0.26 0.25
HSL 320.42º 0.6% 0.47% -
HSV(B) 320.42º 0.75% 0.75% -
XYZ 27.75 15.3 27.48 -
YUV 101.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 192 48 143 0 0.75 0.26 0.25 320.42 0.6 0.47
Hex C0 30 8F 0 4B 1A 19 140 3C 2F
Octal 300 60 217 0 113 32 31 500 74 57
Binary 11000000 110000 10001111 0 1001011 11010 11001 101000000 111100 101111

Color Harmonies of #C0308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0308F

Black with #C0308F

Text Example


Text Example

White with #C0308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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