Html Css Color HEX #CA2E8B Medium Red Violet

📋 copy color: '#CA2E8B'

red 202 ◦ green 46 ◦ blue 139

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

Shades of Medium Red Violet #CA2E8B

Tints of Medium Red Violet #CA2E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 52.2%
G = 11.89%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA2E8B (or 0xCA2E8B) is known color: Medium Red Violet. HEX triplet: CA, 2E and 8B. RGB value is (202,46,139). Sum of RGB (Red+Green+Blue) = 202+46+139=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E8B is #35D174. Grayscale: #676767. Windows color (decimal): -3527029 or 9121482. OLE color: 9121482.

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

Color convert

RGB 202 46 139 -
CMYK 0 0.77 0.31 0.21
HSL 324.23º 0.63% 0.49% -
HSV(B) 324.23º 0.77% 0.79% -
XYZ 29.99 16.37 26.01 -
YUV 103.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 202 46 139 0 0.77 0.31 0.21 324.23 0.63 0.49
Hex CA 2E 8B 0 4D 1F 15 144 3F 31
Octal 312 56 213 0 115 37 25 504 77 61
Binary 11001010 101110 10001011 0 1001101 11111 10101 101000100 111111 110001

Color Harmonies of #CA2E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E8B

Black with #CA2E8B

Text Example


Text Example

White with #CA2E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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