Html Css Color HEX #C30E7A Medium Violet Red

📋 copy color: '#C30E7A'

red 195 ◦ green 14 ◦ blue 122

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

Shades of Medium Violet Red #C30E7A

Tints of Medium Violet Red #C30E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 58.91%
G = 4.23%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C30E7A (or 0xC30E7A) is known color: Medium Violet Red. HEX triplet: C3, 0E and 7A. RGB value is (195,14,122). Sum of RGB (Red+Green+Blue) = 195+14+122=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E7A is #3CF185. Grayscale: #505050. Windows color (decimal): -3993990 or 7999171. OLE color: 7999171.

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

Color convert

RGB 195 14 122 -
CMYK 0 0.93 0.37 0.24
HSL 324.2º 0.87% 0.41% -
HSV(B) 324.2º 0.93% 0.76% -
XYZ 26.18 13.32 19.6 -
YUV 80.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 195 14 122 0 0.93 0.37 0.24 324.2 0.87 0.41
Hex C3 E 7A 0 5D 25 18 144 57 29
Octal 303 16 172 0 135 45 30 504 127 51
Binary 11000011 1110 1111010 0 1011101 100101 11000 101000100 1010111 101001

Color Harmonies of #C30E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E7A

Black with #C30E7A

Text Example


Text Example

White with #C30E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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