Html Css Color HEX #CA2B9B Medium Red Violet

📋 copy color: '#CA2B9B'

red 202 ◦ green 43 ◦ blue 155

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

Shades of Medium Red Violet #CA2B9B

Tints of Medium Red Violet #CA2B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 50.5%
G = 10.75%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA2B9B (or 0xCA2B9B) is known color: Medium Red Violet. HEX triplet: CA, 2B and 9B. RGB value is (202,43,155). Sum of RGB (Red+Green+Blue) = 202+43+155=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B9B is #35D464. Grayscale: #676767. Windows color (decimal): -3527781 or 10169290. OLE color: 10169290.

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

Color convert

RGB 202 43 155 -
CMYK 0 0.79 0.23 0.21
HSL 317.74º 0.65% 0.48% -
HSV(B) 317.74º 0.79% 0.79% -
XYZ 31.14 16.65 32.58 -
YUV 103.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 202 43 155 0 0.79 0.23 0.21 317.74 0.65 0.48
Hex CA 2B 9B 0 4F 17 15 13E 41 30
Octal 312 53 233 0 117 27 25 476 101 60
Binary 11001010 101011 10011011 0 1001111 10111 10101 100111110 1000001 110000

Color Harmonies of #CA2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B9B

Black with #CA2B9B

Text Example


Text Example

White with #CA2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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