Html Css Color HEX #CA208D Medium Violet Red

📋 copy color: '#CA208D'

red 202 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #CA208D

Tints of Medium Violet Red #CA208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 53.87%
G = 8.53%
B = 37.6%

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

#CA208D (or 0xCA208D) is known color: Medium Violet Red. HEX triplet: CA, 20 and 8D. RGB value is (202,32,141). Sum of RGB (Red+Green+Blue) = 202+32+141=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA208D is #35DF72. Grayscale: #5E5E5E. Windows color (decimal): -3530611 or 9248970. OLE color: 9248970.

HSL color Cylindrical-coordinate representation of color #CA208D: hue angle of 321.53º degrees, saturation: 0.73, 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 #CA208D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 141 -
CMYK 0 0.84 0.30 0.21
HSL 321.53º 0.73% 0.46% -
HSV(B) 321.53º 0.84% 0.79% -
XYZ 29.68 15.51 26.63 -
YUV 95.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 202 32 141 0 0.84 0.30 0.21 321.53 0.73 0.46
Hex CA 20 8D 0 54 1E 15 142 49 2E
Octal 312 40 215 0 124 36 25 502 111 56
Binary 11001010 100000 10001101 0 1010100 11110 10101 101000010 1001001 101110

Color Harmonies of #CA208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA208D

Black with #CA208D

Text Example


Text Example

White with #CA208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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