Html Css Color HEX #CA209F Medium Violet Red

📋 copy color: '#CA209F'

red 202 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #CA209F

Tints of Medium Violet Red #CA209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 51.4%
G = 8.14%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA209F (or 0xCA209F) is known color: Medium Violet Red. HEX triplet: CA, 20 and 9F. RGB value is (202,32,159). Sum of RGB (Red+Green+Blue) = 202+32+159=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA209F is #35DF60. Grayscale: #606060. Windows color (decimal): -3530593 or 10428618. OLE color: 10428618.

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

Color convert

RGB 202 32 159 -
CMYK 0 0.84 0.21 0.21
HSL 315.18º 0.73% 0.46% -
HSV(B) 315.18º 0.84% 0.79% -
XYZ 31.13 16.09 34.27 -
YUV 97.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 202 32 159 0 0.84 0.21 0.21 315.18 0.73 0.46
Hex CA 20 9F 0 54 15 15 13B 49 2E
Octal 312 40 237 0 124 25 25 473 111 56
Binary 11001010 100000 10011111 0 1010100 10101 10101 100111011 1001001 101110

Color Harmonies of #CA209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA209F

Black with #CA209F

Text Example


Text Example

White with #CA209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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