Html Css Color HEX #CA2B8A Medium Red Violet

📋 copy color: '#CA2B8A'

red 202 ◦ green 43 ◦ blue 138

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

Shades of Medium Red Violet #CA2B8A

Tints of Medium Red Violet #CA2B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

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

R = 52.74%
G = 11.23%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2B8A (or 0xCA2B8A) is known color: Medium Red Violet. HEX triplet: CA, 2B and 8A. RGB value is (202,43,138). Sum of RGB (Red+Green+Blue) = 202+43+138=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B8A is #35D475. Grayscale: #656565. Windows color (decimal): -3527798 or 9055178. OLE color: 9055178.

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

Color convert

RGB 202 43 138 -
CMYK 0 0.79 0.32 0.21
HSL 324.15º 0.65% 0.48% -
HSV(B) 324.15º 0.79% 0.79% -
XYZ 29.81 16.12 25.59 -
YUV 101.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 202 43 138 0 0.79 0.32 0.21 324.15 0.65 0.48
Hex CA 2B 8A 0 4F 20 15 144 41 30
Octal 312 53 212 0 117 40 25 504 101 60
Binary 11001010 101011 10001010 0 1001111 100000 10101 101000100 1000001 110000

Color Harmonies of #CA2B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B8A

Black with #CA2B8A

Text Example


Text Example

White with #CA2B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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