Html Css Color HEX #CA209D Medium Violet Red

📋 copy color: '#CA209D'

red 202 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #CA209D

Tints of Medium Violet Red #CA209D

RGB

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

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

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

R = 51.66%
G = 8.18%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA209D (or 0xCA209D) is known color: Medium Violet Red. HEX triplet: CA, 20 and 9D. RGB value is (202,32,157). Sum of RGB (Red+Green+Blue) = 202+32+157=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA209D is #35DF62. Grayscale: #606060. Windows color (decimal): -3530595 or 10297546. OLE color: 10297546.

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

Color convert

RGB 202 32 157 -
CMYK 0 0.84 0.22 0.21
HSL 315.88º 0.73% 0.46% -
HSV(B) 315.88º 0.84% 0.79% -
XYZ 30.96 16.02 33.36 -
YUV 97.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 202 32 157 0 0.84 0.22 0.21 315.88 0.73 0.46
Hex CA 20 9D 0 54 16 15 13C 49 2E
Octal 312 40 235 0 124 26 25 474 111 56
Binary 11001010 100000 10011101 0 1010100 10110 10101 100111100 1001001 101110

Color Harmonies of #CA209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA209D

Black with #CA209D

Text Example


Text Example

White with #CA209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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