Html Css Color HEX #C30A6A Medium Violet Red

📋 copy color: '#C30A6A'

red 195 ◦ green 10 ◦ blue 106

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

Shades of Medium Violet Red #C30A6A

Tints of Medium Violet Red #C30A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 62.7%
G = 3.22%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C30A6A (or 0xC30A6A) is known color: Medium Violet Red. HEX triplet: C3, 0A and 6A. RGB value is (195,10,106). Sum of RGB (Red+Green+Blue) = 195+10+106=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A6A is #3CF595. Grayscale: #4C4C4C. Windows color (decimal): -3995030 or 6949571. OLE color: 6949571.

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

Color convert

RGB 195 10 106 -
CMYK 0 0.95 0.46 0.24
HSL 328.86º 0.9% 0.4% -
HSV(B) 328.86º 0.95% 0.76% -
XYZ 25.22 12.86 14.79 -
YUV 76.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 195 10 106 0 0.95 0.46 0.24 328.86 0.9 0.4
Hex C3 A 6A 0 5F 2E 18 149 5A 28
Octal 303 12 152 0 137 56 30 511 132 50
Binary 11000011 1010 1101010 0 1011111 101110 11000 101001001 1011010 101000

Color Harmonies of #C30A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A6A

Black with #C30A6A

Text Example


Text Example

White with #C30A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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