Html Css Color HEX #CA2D8A Medium Red Violet

📋 copy color: '#CA2D8A'

red 202 ◦ green 45 ◦ blue 138

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

Shades of Medium Red Violet #CA2D8A

Tints of Medium Red Violet #CA2D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 52.47%
G = 11.69%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2D8A (or 0xCA2D8A) is known color: Medium Red Violet. HEX triplet: CA, 2D and 8A. RGB value is (202,45,138). Sum of RGB (Red+Green+Blue) = 202+45+138=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D8A is #35D275. Grayscale: #666666. Windows color (decimal): -3527286 or 9055690. OLE color: 9055690.

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

Color convert

RGB 202 45 138 -
CMYK 0 0.78 0.32 0.21
HSL 324.46º 0.64% 0.48% -
HSV(B) 324.46º 0.78% 0.79% -
XYZ 29.88 16.27 25.61 -
YUV 102.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 202 45 138 0 0.78 0.32 0.21 324.46 0.64 0.48
Hex CA 2D 8A 0 4E 20 15 144 40 30
Octal 312 55 212 0 116 40 25 504 100 60
Binary 11001010 101101 10001010 0 1001110 100000 10101 101000100 1000000 110000

Color Harmonies of #CA2D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D8A

Black with #CA2D8A

Text Example


Text Example

White with #CA2D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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