Html Css Color HEX #C30FA6 Medium Violet Red

📋 copy color: '#C30FA6'

red 195 ◦ green 15 ◦ blue 166

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

Shades of Medium Violet Red #C30FA6

Tints of Medium Violet Red #C30FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 51.86%
G = 3.99%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C30FA6 (or 0xC30FA6) is known color: Medium Violet Red. HEX triplet: C3, 0F and A6. RGB value is (195,15,166). Sum of RGB (Red+Green+Blue) = 195+15+166=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FA6 is #3CF059. Grayscale: #555555. Windows color (decimal): -3993690 or 10883011. OLE color: 10883011.

HSL color Cylindrical-coordinate representation of color #C30FA6: hue angle of 309.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 15 166 -
CMYK 0 0.92 0.15 0.24
HSL 309.67º 0.86% 0.41% -
HSV(B) 309.67º 0.92% 0.76% -
XYZ 29.56 14.7 37.36 -
YUV 86.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 195 15 166 0 0.92 0.15 0.24 309.67 0.86 0.41
Hex C3 F A6 0 5C F 18 136 56 29
Octal 303 17 246 0 134 17 30 466 126 51
Binary 11000011 1111 10100110 0 1011100 1111 11000 100110110 1010110 101001

Color Harmonies of #C30FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FA6

Black with #C30FA6

Text Example


Text Example

White with #C30FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FA6; }

 p { color: rgb(195,15,166); }

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

background-color css

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

 a { background-color: rgb(195,15,166); }

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

border-color css

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

 span { border-color: rgb(195,15,166); }

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