Html Css Color HEX #CA2D9C Medium Red Violet

📋 copy color: '#CA2D9C'

red 202 ◦ green 45 ◦ blue 156

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

Shades of Medium Red Violet #CA2D9C

Tints of Medium Red Violet #CA2D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 50.12%
G = 11.17%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA2D9C (or 0xCA2D9C) is known color: Medium Red Violet. HEX triplet: CA, 2D and 9C. RGB value is (202,45,156). Sum of RGB (Red+Green+Blue) = 202+45+156=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9C is #35D263. Grayscale: #686868. Windows color (decimal): -3527268 or 10235338. OLE color: 10235338.

HSL color Cylindrical-coordinate representation of color #CA2D9C: hue angle of 317.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D9C is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 156 -
CMYK 0 0.78 0.23 0.21
HSL 317.58º 0.64% 0.48% -
HSV(B) 317.58º 0.78% 0.79% -
XYZ 31.3 16.83 33.05 -
YUV 104.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 202 45 156 0 0.78 0.23 0.21 317.58 0.64 0.48
Hex CA 2D 9C 0 4E 17 15 13E 40 30
Octal 312 55 234 0 116 27 25 476 100 60
Binary 11001010 101101 10011100 0 1001110 10111 10101 100111110 1000000 110000

Color Harmonies of #CA2D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D9C

Black with #CA2D9C

Text Example


Text Example

White with #CA2D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D9C; }

 p { color: rgb(202,45,156); }

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

background-color css

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

 a { background-color: rgb(202,45,156); }

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

border-color css

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

 span { border-color: rgb(202,45,156); }

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