Html Css Color HEX #CA2E8A Medium Red Violet

📋 copy color: '#CA2E8A'

red 202 ◦ green 46 ◦ blue 138

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

Shades of Medium Red Violet #CA2E8A

Tints of Medium Red Violet #CA2E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.92%

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

R = 52.33%
G = 11.92%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2E8A (or 0xCA2E8A) is known color: Medium Red Violet. HEX triplet: CA, 2E and 8A. RGB value is (202,46,138). Sum of RGB (Red+Green+Blue) = 202+46+138=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E8A is #35D175. Grayscale: #666666. Windows color (decimal): -3527030 or 9055946. OLE color: 9055946.

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

Color convert

RGB 202 46 138 -
CMYK 0 0.77 0.32 0.21
HSL 324.62º 0.63% 0.49% -
HSV(B) 324.62º 0.77% 0.79% -
XYZ 29.92 16.35 25.62 -
YUV 103.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 202 46 138 0 0.77 0.32 0.21 324.62 0.63 0.49
Hex CA 2E 8A 0 4D 20 15 145 3F 31
Octal 312 56 212 0 115 40 25 505 77 61
Binary 11001010 101110 10001010 0 1001101 100000 10101 101000101 111111 110001

Color Harmonies of #CA2E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E8A

Black with #CA2E8A

Text Example


Text Example

White with #CA2E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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