Html Css Color HEX #CA2D9D Medium Red Violet

📋 copy color: '#CA2D9D'

red 202 ◦ green 45 ◦ blue 157

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

Shades of Medium Red Violet #CA2D9D

Tints of Medium Red Violet #CA2D9D

RGB

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

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

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

R = 50%
G = 11.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA2D9D (or 0xCA2D9D) is known color: Medium Red Violet. HEX triplet: CA, 2D and 9D. RGB value is (202,45,157). Sum of RGB (Red+Green+Blue) = 202+45+157=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9D is #35D262. Grayscale: #686868. Windows color (decimal): -3527267 or 10300874. OLE color: 10300874.

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

Color convert

RGB 202 45 157 -
CMYK 0 0.78 0.22 0.21
HSL 317.2º 0.64% 0.48% -
HSV(B) 317.2º 0.78% 0.79% -
XYZ 31.38 16.87 33.5 -
YUV 104.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 202 45 157 0 0.78 0.22 0.21 317.2 0.64 0.48
Hex CA 2D 9D 0 4E 16 15 13D 40 30
Octal 312 55 235 0 116 26 25 475 100 60
Binary 11001010 101101 10011101 0 1001110 10110 10101 100111101 1000000 110000

Color Harmonies of #CA2D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D9D

Black with #CA2D9D

Text Example


Text Example

White with #CA2D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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