Html Css Color HEX #CA218D Medium Violet Red

📋 copy color: '#CA218D'

red 202 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #CA218D

Tints of Medium Violet Red #CA218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 53.72%
G = 8.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA218D (or 0xCA218D) is known color: Medium Violet Red. HEX triplet: CA, 21 and 8D. RGB value is (202,33,141). Sum of RGB (Red+Green+Blue) = 202+33+141=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA218D is #35DE72. Grayscale: #5F5F5F. Windows color (decimal): -3530355 or 9249226. OLE color: 9249226.

HSL color Cylindrical-coordinate representation of color #CA218D: hue angle of 321.66º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA218D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 141 -
CMYK 0 0.84 0.30 0.21
HSL 321.66º 0.72% 0.46% -
HSV(B) 321.66º 0.84% 0.79% -
XYZ 29.71 15.57 26.64 -
YUV 95.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 202 33 141 0 0.84 0.30 0.21 321.66 0.72 0.46
Hex CA 21 8D 0 54 1E 15 142 48 2E
Octal 312 41 215 0 124 36 25 502 110 56
Binary 11001010 100001 10001101 0 1010100 11110 10101 101000010 1001000 101110

Color Harmonies of #CA218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA218D

Black with #CA218D

Text Example


Text Example

White with #CA218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA218D; }

 p { color: rgb(202,33,141); }

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

background-color css

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

 a { background-color: rgb(202,33,141); }

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

border-color css

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

 span { border-color: rgb(202,33,141); }

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