Html Css Color HEX #CA2B85 Medium Red Violet

📋 copy color: '#CA2B85'

red 202 ◦ green 43 ◦ blue 133

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

Shades of Medium Red Violet #CA2B85

Tints of Medium Red Violet #CA2B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 53.44%
G = 11.38%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA2B85 (or 0xCA2B85) is known color: Medium Red Violet. HEX triplet: CA, 2B and 85. RGB value is (202,43,133). Sum of RGB (Red+Green+Blue) = 202+43+133=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B85 is #35D47A. Grayscale: #646464. Windows color (decimal): -3527803 or 8727498. OLE color: 8727498.

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

Color convert

RGB 202 43 133 -
CMYK 0 0.79 0.34 0.21
HSL 326.04º 0.65% 0.48% -
HSV(B) 326.04º 0.79% 0.79% -
XYZ 29.45 15.98 23.72 -
YUV 100.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 202 43 133 0 0.79 0.34 0.21 326.04 0.65 0.48
Hex CA 2B 85 0 4F 22 15 146 41 30
Octal 312 53 205 0 117 42 25 506 101 60
Binary 11001010 101011 10000101 0 1001111 100010 10101 101000110 1000001 110000

Color Harmonies of #CA2B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B85

Black with #CA2B85

Text Example


Text Example

White with #CA2B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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