Html Css Color HEX #C30A7B Medium Violet Red

📋 copy color: '#C30A7B'

red 195 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #C30A7B

Tints of Medium Violet Red #C30A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

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

R = 59.45%
G = 3.05%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C30A7B (or 0xC30A7B) is known color: Medium Violet Red. HEX triplet: C3, 0A and 7B. RGB value is (195,10,123). Sum of RGB (Red+Green+Blue) = 195+10+123=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A7B is #3CF584. Grayscale: #4D4D4D. Windows color (decimal): -3995013 or 8063683. OLE color: 8063683.

HSL color Cylindrical-coordinate representation of color #C30A7B: hue angle of 323.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A7B is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 123 -
CMYK 0 0.95 0.37 0.24
HSL 323.35º 0.9% 0.4% -
HSV(B) 323.35º 0.95% 0.76% -
XYZ 26.19 13.25 19.92 -
YUV 78.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 195 10 123 0 0.95 0.37 0.24 323.35 0.9 0.4
Hex C3 A 7B 0 5F 25 18 143 5A 28
Octal 303 12 173 0 137 45 30 503 132 50
Binary 11000011 1010 1111011 0 1011111 100101 11000 101000011 1011010 101000

Color Harmonies of #C30A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A7B

Black with #C30A7B

Text Example


Text Example

White with #C30A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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