Html Css Color HEX #CA299B Medium Red Violet

📋 copy color: '#CA299B'

red 202 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #CA299B

Tints of Medium Red Violet #CA299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

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

R = 50.75%
G = 10.3%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA299B (or 0xCA299B) is known color: Medium Red Violet. HEX triplet: CA, 29 and 9B. RGB value is (202,41,155). Sum of RGB (Red+Green+Blue) = 202+41+155=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA299B is #35D664. Grayscale: #656565. Windows color (decimal): -3528293 or 10168778. OLE color: 10168778.

HSL color Cylindrical-coordinate representation of color #CA299B: hue angle of 317.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA299B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 155 -
CMYK 0 0.80 0.23 0.21
HSL 317.52º 0.66% 0.48% -
HSV(B) 317.52º 0.8% 0.79% -
XYZ 31.07 16.51 32.56 -
YUV 102.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 202 41 155 0 0.80 0.23 0.21 317.52 0.66 0.48
Hex CA 29 9B 0 50 17 15 13E 42 30
Octal 312 51 233 0 120 27 25 476 102 60
Binary 11001010 101001 10011011 0 1010000 10111 10101 100111110 1000010 110000

Color Harmonies of #CA299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA299B

Black with #CA299B

Text Example


Text Example

White with #CA299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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