Html Css Color HEX #C330A4 Medium Red Violet

📋 copy color: '#C330A4'

red 195 ◦ green 48 ◦ blue 164

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

Shades of Medium Red Violet #C330A4

Tints of Medium Red Violet #C330A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 47.91%
G = 11.79%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C330A4 (or 0xC330A4) is known color: Medium Red Violet. HEX triplet: C3, 30 and A4. RGB value is (195,48,164). Sum of RGB (Red+Green+Blue) = 195+48+164=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C330A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330A4 is #3CCF5B. Grayscale: #686868. Windows color (decimal): -3985244 or 10760387. OLE color: 10760387.

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

Color convert

RGB 195 48 164 -
CMYK 0 0.75 0.16 0.24
HSL 312.65º 0.6% 0.48% -
HSV(B) 312.65º 0.75% 0.76% -
XYZ 30.26 16.4 36.69 -
YUV 105.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 195 48 164 0 0.75 0.16 0.24 312.65 0.6 0.48
Hex C3 30 A4 0 4B 10 18 139 3C 30
Octal 303 60 244 0 113 20 30 471 74 60
Binary 11000011 110000 10100100 0 1001011 10000 11000 100111001 111100 110000

Color Harmonies of #C330A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330A4

Black with #C330A4

Text Example


Text Example

White with #C330A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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