Html Css Color HEX #C30BA1 Medium Violet Red

📋 copy color: '#C30BA1'

red 195 ◦ green 11 ◦ blue 161

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

Shades of Medium Violet Red #C30BA1

Tints of Medium Violet Red #C30BA1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 161 (63.28% from 255) = 43.87%

R = 53.13%
G = 3%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C30BA1 (or 0xC30BA1) is known color: Medium Violet Red. HEX triplet: C3, 0B and A1. RGB value is (195,11,161). Sum of RGB (Red+Green+Blue) = 195+11+161=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BA1 is #3CF45E. Grayscale: #525252. Windows color (decimal): -3994719 or 10554307. OLE color: 10554307.

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

Color convert

RGB 195 11 161 -
CMYK 0 0.94 0.17 0.24
HSL 311.09º 0.89% 0.4% -
HSV(B) 311.09º 0.94% 0.76% -
XYZ 29.06 14.41 34.97 -
YUV 83.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 195 11 161 0 0.94 0.17 0.24 311.09 0.89 0.4
Hex C3 B A1 0 5E 11 18 137 59 28
Octal 303 13 241 0 136 21 30 467 131 50
Binary 11000011 1011 10100001 0 1011110 10001 11000 100110111 1011001 101000

Color Harmonies of #C30BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BA1

Black with #C30BA1

Text Example


Text Example

White with #C30BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BA1; }

 p { color: rgb(195,11,161); }

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

background-color css

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

 a { background-color: rgb(195,11,161); }

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

border-color css

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

 span { border-color: rgb(195,11,161); }

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