Html Css Color HEX #C308A0 Medium Violet Red

📋 copy color: '#C308A0'

red 195 ◦ green 8 ◦ blue 160

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

Shades of Medium Violet Red #C308A0

Tints of Medium Violet Red #C308A0

RGB

 RED value IS 195 (76.56% from 255) = 53.72%

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 53.72%
G = 2.2%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C308A0 (or 0xC308A0) is known color: Medium Violet Red. HEX triplet: C3, 08 and A0. RGB value is (195,8,160). Sum of RGB (Red+Green+Blue) = 195+8+160=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C308A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308A0 is #3CF75F. Grayscale: #505050. Windows color (decimal): -3995488 or 10488003. OLE color: 10488003.

HSL color Cylindrical-coordinate representation of color #C308A0: hue angle of 311.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308A0 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 160 -
CMYK 0 0.96 0.18 0.24
HSL 311.23º 0.92% 0.4% -
HSV(B) 311.23º 0.96% 0.76% -
XYZ 28.94 14.31 34.5 -
YUV 81.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 195 8 160 0 0.96 0.18 0.24 311.23 0.92 0.4
Hex C3 8 A0 0 60 12 18 137 5C 28
Octal 303 10 240 0 140 22 30 467 134 50
Binary 11000011 1000 10100000 0 1100000 10010 11000 100110111 1011100 101000

Color Harmonies of #C308A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308A0

Black with #C308A0

Text Example


Text Example

White with #C308A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308A0; }

 p { color: rgb(195,8,160); }

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

background-color css

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

 a { background-color: rgb(195,8,160); }

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

border-color css

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

 span { border-color: rgb(195,8,160); }

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