Html Css Color HEX #CA1E9D Medium Violet Red

📋 copy color: '#CA1E9D'

red 202 ◦ green 30 ◦ blue 157

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

Shades of Medium Violet Red #CA1E9D

Tints of Medium Violet Red #CA1E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.71%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 51.93%
G = 7.71%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA1E9D (or 0xCA1E9D) is known color: Medium Violet Red. HEX triplet: CA, 1E and 9D. RGB value is (202,30,157). Sum of RGB (Red+Green+Blue) = 202+30+157=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E9D is #35E162. Grayscale: #5F5F5F. Windows color (decimal): -3531107 or 10297034. OLE color: 10297034.

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

Color convert

RGB 202 30 157 -
CMYK 0 0.85 0.22 0.21
HSL 315.7º 0.74% 0.45% -
HSV(B) 315.7º 0.85% 0.79% -
XYZ 30.91 15.92 33.34 -
YUV 95.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 202 30 157 0 0.85 0.22 0.21 315.7 0.74 0.45
Hex CA 1E 9D 0 55 16 15 13C 4A 2D
Octal 312 36 235 0 125 26 25 474 112 55
Binary 11001010 11110 10011101 0 1010101 10110 10101 100111100 1001010 101101

Color Harmonies of #CA1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E9D

Black with #CA1E9D

Text Example


Text Example

White with #CA1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E9D; }

 p { color: rgb(202,30,157); }

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

background-color css

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

 a { background-color: rgb(202,30,157); }

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

border-color css

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

 span { border-color: rgb(202,30,157); }

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