Html Css Color HEX #C330AA Medium Red Violet

📋 copy color: '#C330AA'

red 195 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #C330AA

Tints of Medium Red Violet #C330AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 47.22%
G = 11.62%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C330AA (or 0xC330AA) is known color: Medium Red Violet. HEX triplet: C3, 30 and AA. RGB value is (195,48,170). Sum of RGB (Red+Green+Blue) = 195+48+170=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C330AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330AA is #3CCF55. Grayscale: #696969. Windows color (decimal): -3985238 or 11153603. OLE color: 11153603.

HSL color Cylindrical-coordinate representation of color #C330AA: hue angle of 310.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330AA is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 170 -
CMYK 0 0.75 0.13 0.24
HSL 310.2º 0.6% 0.48% -
HSV(B) 310.2º 0.75% 0.76% -
XYZ 30.82 16.62 39.61 -
YUV 105.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 195 48 170 0 0.75 0.13 0.24 310.2 0.6 0.48
Hex C3 30 AA 0 4B D 18 136 3C 30
Octal 303 60 252 0 113 15 30 466 74 60
Binary 11000011 110000 10101010 0 1001011 1101 11000 100110110 111100 110000

Color Harmonies of #C330AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330AA

Black with #C330AA

Text Example


Text Example

White with #C330AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330AA; }

 p { color: rgb(195,48,170); }

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

background-color css

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

 a { background-color: rgb(195,48,170); }

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

border-color css

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

 span { border-color: rgb(195,48,170); }

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