Html Css Color HEX #CA2B9F Medium Red Violet

📋 copy color: '#CA2B9F'

red 202 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #CA2B9F

Tints of Medium Red Violet #CA2B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 50%
G = 10.64%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA2B9F (or 0xCA2B9F) is known color: Medium Red Violet. HEX triplet: CA, 2B and 9F. RGB value is (202,43,159). Sum of RGB (Red+Green+Blue) = 202+43+159=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B9F is #35D460. Grayscale: #676767. Windows color (decimal): -3527777 or 10431434. OLE color: 10431434.

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

Color convert

RGB 202 43 159 -
CMYK 0 0.79 0.21 0.21
HSL 316.23º 0.65% 0.48% -
HSV(B) 316.23º 0.79% 0.79% -
XYZ 31.48 16.79 34.38 -
YUV 103.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 202 43 159 0 0.79 0.21 0.21 316.23 0.65 0.48
Hex CA 2B 9F 0 4F 15 15 13C 41 30
Octal 312 53 237 0 117 25 25 474 101 60
Binary 11001010 101011 10011111 0 1001111 10101 10101 100111100 1000001 110000

Color Harmonies of #CA2B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B9F

Black with #CA2B9F

Text Example


Text Example

White with #CA2B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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