Html Css Color HEX #C30D93 Medium Violet Red

📋 copy color: '#C30D93'

red 195 ◦ green 13 ◦ blue 147

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

Shades of Medium Violet Red #C30D93

Tints of Medium Violet Red #C30D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 54.93%
G = 3.66%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30D93 (or 0xC30D93) is known color: Medium Violet Red. HEX triplet: C3, 0D and 93. RGB value is (195,13,147). Sum of RGB (Red+Green+Blue) = 195+13+147=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D93 is #3CF26C. Grayscale: #525252. Windows color (decimal): -3994221 or 9637315. OLE color: 9637315.

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

Color convert

RGB 195 13 147 -
CMYK 0 0.93 0.25 0.24
HSL 315.82º 0.88% 0.41% -
HSV(B) 315.82º 0.93% 0.76% -
XYZ 27.92 14 28.83 -
YUV 82.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 195 13 147 0 0.93 0.25 0.24 315.82 0.88 0.41
Hex C3 D 93 0 5D 19 18 13C 58 29
Octal 303 15 223 0 135 31 30 474 130 51
Binary 11000011 1101 10010011 0 1011101 11001 11000 100111100 1011000 101001

Color Harmonies of #C30D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D93

Black with #C30D93

Text Example


Text Example

White with #C30D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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