Html Css Color HEX #C30A7F Medium Violet Red

📋 copy color: '#C30A7F'

red 195 ◦ green 10 ◦ blue 127

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

Shades of Medium Violet Red #C30A7F

Tints of Medium Violet Red #C30A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 58.73%
G = 3.01%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C30A7F (or 0xC30A7F) is known color: Medium Violet Red. HEX triplet: C3, 0A and 7F. RGB value is (195,10,127). Sum of RGB (Red+Green+Blue) = 195+10+127=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A7F is #3CF580. Grayscale: #4E4E4E. Windows color (decimal): -3995009 or 8325827. OLE color: 8325827.

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

Color convert

RGB 195 10 127 -
CMYK 0 0.95 0.35 0.24
HSL 322.05º 0.9% 0.4% -
HSV(B) 322.05º 0.95% 0.76% -
XYZ 26.44 13.35 21.26 -
YUV 78.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 195 10 127 0 0.95 0.35 0.24 322.05 0.9 0.4
Hex C3 A 7F 0 5F 23 18 142 5A 28
Octal 303 12 177 0 137 43 30 502 132 50
Binary 11000011 1010 1111111 0 1011111 100011 11000 101000010 1011010 101000

Color Harmonies of #C30A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A7F

Black with #C30A7F

Text Example


Text Example

White with #C30A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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