Html Css Color HEX #C30E7B Medium Violet Red

📋 copy color: '#C30E7B'

red 195 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #C30E7B

Tints of Medium Violet Red #C30E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 58.73%
G = 4.22%
B = 37.05%

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

#C30E7B (or 0xC30E7B) is known color: Medium Violet Red. HEX triplet: C3, 0E and 7B. RGB value is (195,14,123). Sum of RGB (Red+Green+Blue) = 195+14+123=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E7B is #3CF184. Grayscale: #505050. Windows color (decimal): -3993989 or 8064707. OLE color: 8064707.

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

Color convert

RGB 195 14 123 -
CMYK 0 0.93 0.37 0.24
HSL 323.87º 0.87% 0.41% -
HSV(B) 323.87º 0.93% 0.76% -
XYZ 26.24 13.35 19.93 -
YUV 80.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 195 14 123 0 0.93 0.37 0.24 323.87 0.87 0.41
Hex C3 E 7B 0 5D 25 18 144 57 29
Octal 303 16 173 0 135 45 30 504 127 51
Binary 11000011 1110 1111011 0 1011101 100101 11000 101000100 1010111 101001

Color Harmonies of #C30E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E7B

Black with #C30E7B

Text Example


Text Example

White with #C30E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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