Html Css Color HEX #C30A7A Medium Violet Red

📋 copy color: '#C30A7A'

red 195 ◦ green 10 ◦ blue 122

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

Shades of Medium Violet Red #C30A7A

Tints of Medium Violet Red #C30A7A

RGB

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

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

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

R = 59.63%
G = 3.06%
B = 37.31%

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

#C30A7A (or 0xC30A7A) is known color: Medium Violet Red. HEX triplet: C3, 0A and 7A. RGB value is (195,10,122). Sum of RGB (Red+Green+Blue) = 195+10+122=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A7A is #3CF585. Grayscale: #4D4D4D. Windows color (decimal): -3995014 or 7998147. OLE color: 7998147.

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

Color convert

RGB 195 10 122 -
CMYK 0 0.95 0.37 0.24
HSL 323.68º 0.9% 0.4% -
HSV(B) 323.68º 0.95% 0.76% -
XYZ 26.13 13.22 19.59 -
YUV 78.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 195 10 122 0 0.95 0.37 0.24 323.68 0.9 0.4
Hex C3 A 7A 0 5F 25 18 144 5A 28
Octal 303 12 172 0 137 45 30 504 132 50
Binary 11000011 1010 1111010 0 1011111 100101 11000 101000100 1011010 101000

Color Harmonies of #C30A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A7A

Black with #C30A7A

Text Example


Text Example

White with #C30A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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