Html Css Color HEX #CA2DAB Medium Red Violet

📋 copy color: '#CA2DAB'

red 202 ◦ green 45 ◦ blue 171

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

Shades of Medium Red Violet #CA2DAB

Tints of Medium Red Violet #CA2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.77%

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

R = 48.33%
G = 10.77%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA2DAB (or 0xCA2DAB) is known color: Medium Red Violet. HEX triplet: CA, 2D and AB. RGB value is (202,45,171). Sum of RGB (Red+Green+Blue) = 202+45+171=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DAB is #35D254. Grayscale: #696969. Windows color (decimal): -3527253 or 11218378. OLE color: 11218378.

HSL color Cylindrical-coordinate representation of color #CA2DAB: hue angle of 311.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DAB is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 171 -
CMYK 0 0.78 0.15 0.21
HSL 311.85º 0.64% 0.48% -
HSV(B) 311.85º 0.78% 0.79% -
XYZ 32.65 17.37 40.16 -
YUV 106.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 202 45 171 0 0.78 0.15 0.21 311.85 0.64 0.48
Hex CA 2D AB 0 4E F 15 138 40 30
Octal 312 55 253 0 116 17 25 470 100 60
Binary 11001010 101101 10101011 0 1001110 1111 10101 100111000 1000000 110000

Color Harmonies of #CA2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DAB

Black with #CA2DAB

Text Example


Text Example

White with #CA2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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