Html Css Color HEX #CA30AA Medium Red Violet

📋 copy color: '#CA30AA'

red 202 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #CA30AA

Tints of Medium Red Violet #CA30AA

RGB

 RED value IS 202 (79.3% from 255) = 48.1%

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

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

R = 48.1%
G = 11.43%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA30AA (or 0xCA30AA) is known color: Medium Red Violet. HEX triplet: CA, 30 and AA. RGB value is (202,48,170). Sum of RGB (Red+Green+Blue) = 202+48+170=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30AA is #35CF55. Grayscale: #6B6B6B. Windows color (decimal): -3526486 or 11153610. OLE color: 11153610.

HSL color Cylindrical-coordinate representation of color #CA30AA: hue angle of 312.47º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA30AA is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 170 -
CMYK 0 0.76 0.16 0.21
HSL 312.47º 0.62% 0.49% -
HSV(B) 312.47º 0.76% 0.79% -
XYZ 32.67 17.57 39.7 -
YUV 107.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 202 48 170 0 0.76 0.16 0.21 312.47 0.62 0.49
Hex CA 30 AA 0 4C 10 15 138 3E 31
Octal 312 60 252 0 114 20 25 470 76 61
Binary 11001010 110000 10101010 0 1001100 10000 10101 100111000 111110 110001

Color Harmonies of #CA30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30AA

Black with #CA30AA

Text Example


Text Example

White with #CA30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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