Html Css Color HEX #CA30AB Medium Red Violet

📋 copy color: '#CA30AB'

red 202 ◦ green 48 ◦ blue 171

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

Shades of Medium Red Violet #CA30AB

Tints of Medium Red Violet #CA30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 47.98%
G = 11.4%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA30AB (or 0xCA30AB) is known color: Medium Red Violet. HEX triplet: CA, 30 and AB. RGB value is (202,48,171). Sum of RGB (Red+Green+Blue) = 202+48+171=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30AB is #35CF54. Grayscale: #6B6B6B. Windows color (decimal): -3526485 or 11219146. OLE color: 11219146.

HSL color Cylindrical-coordinate representation of color #CA30AB: hue angle of 312.08º 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 #CA30AB is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 171 -
CMYK 0 0.76 0.15 0.21
HSL 312.08º 0.62% 0.49% -
HSV(B) 312.08º 0.76% 0.79% -
XYZ 32.76 17.61 40.2 -
YUV 108.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 202 48 171 0 0.76 0.15 0.21 312.08 0.62 0.49
Hex CA 30 AB 0 4C F 15 138 3E 31
Octal 312 60 253 0 114 17 25 470 76 61
Binary 11001010 110000 10101011 0 1001100 1111 10101 100111000 111110 110001

Color Harmonies of #CA30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30AB

Black with #CA30AB

Text Example


Text Example

White with #CA30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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