Html Css Color HEX #CA2D8D Medium Red Violet

📋 copy color: '#CA2D8D'

red 202 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #CA2D8D

Tints of Medium Red Violet #CA2D8D

RGB

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

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

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

R = 52.06%
G = 11.6%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA2D8D (or 0xCA2D8D) is known color: Medium Red Violet. HEX triplet: CA, 2D and 8D. RGB value is (202,45,141). Sum of RGB (Red+Green+Blue) = 202+45+141=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D8D is #35D272. Grayscale: #666666. Windows color (decimal): -3527283 or 9252298. OLE color: 9252298.

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

Color convert

RGB 202 45 141 -
CMYK 0 0.78 0.30 0.21
HSL 323.31º 0.64% 0.48% -
HSV(B) 323.31º 0.78% 0.79% -
XYZ 30.1 16.36 26.77 -
YUV 102.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 202 45 141 0 0.78 0.30 0.21 323.31 0.64 0.48
Hex CA 2D 8D 0 4E 1E 15 143 40 30
Octal 312 55 215 0 116 36 25 503 100 60
Binary 11001010 101101 10001101 0 1001110 11110 10101 101000011 1000000 110000

Color Harmonies of #CA2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D8D

Black with #CA2D8D

Text Example


Text Example

White with #CA2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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