Html Css Color HEX #CA1DAB Medium Violet Red

📋 copy color: '#CA1DAB'

red 202 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #CA1DAB

Tints of Medium Violet Red #CA1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.21%

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

R = 50.25%
G = 7.21%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA1DAB (or 0xCA1DAB) is known color: Medium Violet Red. HEX triplet: CA, 1D and AB. RGB value is (202,29,171). Sum of RGB (Red+Green+Blue) = 202+29+171=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1DAB is #35E254. Grayscale: #606060. Windows color (decimal): -3531349 or 11214282. OLE color: 11214282.

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

Color convert

RGB 202 29 171 -
CMYK 0 0.86 0.15 0.21
HSL 310.75º 0.75% 0.45% -
HSV(B) 310.75º 0.86% 0.79% -
XYZ 32.15 16.38 39.99 -
YUV 96.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 202 29 171 0 0.86 0.15 0.21 310.75 0.75 0.45
Hex CA 1D AB 0 56 F 15 137 4B 2D
Octal 312 35 253 0 126 17 25 467 113 55
Binary 11001010 11101 10101011 0 1010110 1111 10101 100110111 1001011 101101

Color Harmonies of #CA1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DAB

Black with #CA1DAB

Text Example


Text Example

White with #CA1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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