Html Css Color HEX #C30D9E Medium Violet Red

📋 copy color: '#C30D9E'

red 195 ◦ green 13 ◦ blue 158

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

Shades of Medium Violet Red #C30D9E

Tints of Medium Violet Red #C30D9E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 53.28%
G = 3.55%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C30D9E (or 0xC30D9E) is known color: Medium Violet Red. HEX triplet: C3, 0D and 9E. RGB value is (195,13,158). Sum of RGB (Red+Green+Blue) = 195+13+158=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D9E is #3CF261. Grayscale: #535353. Windows color (decimal): -3994210 or 10358211. OLE color: 10358211.

HSL color Cylindrical-coordinate representation of color #C30D9E: hue angle of 312.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D9E is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 158 -
CMYK 0 0.93 0.19 0.24
HSL 312.2º 0.88% 0.41% -
HSV(B) 312.2º 0.93% 0.76% -
XYZ 28.82 14.36 33.6 -
YUV 83.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 195 13 158 0 0.93 0.19 0.24 312.2 0.88 0.41
Hex C3 D 9E 0 5D 13 18 138 58 29
Octal 303 15 236 0 135 23 30 470 130 51
Binary 11000011 1101 10011110 0 1011101 10011 11000 100111000 1011000 101001

Color Harmonies of #C30D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D9E

Black with #C30D9E

Text Example


Text Example

White with #C30D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D9E; }

 p { color: rgb(195,13,158); }

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

background-color css

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

 a { background-color: rgb(195,13,158); }

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

border-color css

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

 span { border-color: rgb(195,13,158); }

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