Html Css Color HEX #C0308A Medium Red Violet

📋 copy color: '#C0308A'

red 192 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #C0308A

Tints of Medium Red Violet #C0308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 50.79%
G = 12.7%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0308A (or 0xC0308A) is known color: Medium Red Violet. HEX triplet: C0, 30 and 8A. RGB value is (192,48,138). Sum of RGB (Red+Green+Blue) = 192+48+138=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0308A is #3FCF75. Grayscale: #656565. Windows color (decimal): -4181878 or 9056448. OLE color: 9056448.

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

Color convert

RGB 192 48 138 -
CMYK 0 0.75 0.28 0.25
HSL 322.5º 0.6% 0.47% -
HSV(B) 322.5º 0.75% 0.75% -
XYZ 27.38 15.16 25.53 -
YUV 101.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 192 48 138 0 0.75 0.28 0.25 322.5 0.6 0.47
Hex C0 30 8A 0 4B 1C 19 142 3C 2F
Octal 300 60 212 0 113 34 31 502 74 57
Binary 11000000 110000 10001010 0 1001011 11100 11001 101000010 111100 101111

Color Harmonies of #C0308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0308A

Black with #C0308A

Text Example


Text Example

White with #C0308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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