Html Css Color HEX #CA1D9B Medium Violet Red

📋 copy color: '#CA1D9B'

red 202 ◦ green 29 ◦ blue 155

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

Shades of Medium Violet Red #CA1D9B

Tints of Medium Violet Red #CA1D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 52.33%
G = 7.51%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA1D9B (or 0xCA1D9B) is known color: Medium Violet Red. HEX triplet: CA, 1D and 9B. RGB value is (202,29,155). Sum of RGB (Red+Green+Blue) = 202+29+155=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1D9B is #35E264. Grayscale: #5E5E5E. Windows color (decimal): -3531365 or 10165706. OLE color: 10165706.

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

Color convert

RGB 202 29 155 -
CMYK 0 0.86 0.23 0.21
HSL 316.3º 0.75% 0.45% -
HSV(B) 316.3º 0.86% 0.79% -
XYZ 30.71 15.8 32.44 -
YUV 95.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 202 29 155 0 0.86 0.23 0.21 316.3 0.75 0.45
Hex CA 1D 9B 0 56 17 15 13C 4B 2D
Octal 312 35 233 0 126 27 25 474 113 55
Binary 11001010 11101 10011011 0 1010110 10111 10101 100111100 1001011 101101

Color Harmonies of #CA1D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D9B

Black with #CA1D9B

Text Example


Text Example

White with #CA1D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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