Html Css Color HEX #C30E6C Medium Violet Red

📋 copy color: '#C30E6C'

red 195 ◦ green 14 ◦ blue 108

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

Shades of Medium Violet Red #C30E6C

Tints of Medium Violet Red #C30E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 61.51%
G = 4.42%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C30E6C (or 0xC30E6C) is known color: Medium Violet Red. HEX triplet: C3, 0E and 6C. RGB value is (195,14,108). Sum of RGB (Red+Green+Blue) = 195+14+108=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E6C is #3CF193. Grayscale: #4E4E4E. Windows color (decimal): -3994004 or 7081667. OLE color: 7081667.

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

Color convert

RGB 195 14 108 -
CMYK 0 0.93 0.45 0.24
HSL 328.84º 0.87% 0.41% -
HSV(B) 328.84º 0.93% 0.76% -
XYZ 25.37 13 15.36 -
YUV 78.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 195 14 108 0 0.93 0.45 0.24 328.84 0.87 0.41
Hex C3 E 6C 0 5D 2D 18 149 57 29
Octal 303 16 154 0 135 55 30 511 127 51
Binary 11000011 1110 1101100 0 1011101 101101 11000 101001001 1010111 101001

Color Harmonies of #C30E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E6C

Black with #C30E6C

Text Example


Text Example

White with #C30E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E6C; }

 p { color: rgb(195,14,108); }

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

background-color css

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

 a { background-color: rgb(195,14,108); }

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

border-color css

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

 span { border-color: rgb(195,14,108); }

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