Html Css Color HEX #CA299F Medium Red Violet

📋 copy color: '#CA299F'

red 202 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #CA299F

Tints of Medium Red Violet #CA299F

RGB

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

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

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

R = 50.25%
G = 10.2%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA299F (or 0xCA299F) is known color: Medium Red Violet. HEX triplet: CA, 29 and 9F. RGB value is (202,41,159). Sum of RGB (Red+Green+Blue) = 202+41+159=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA299F is #35D660. Grayscale: #666666. Windows color (decimal): -3528289 or 10430922. OLE color: 10430922.

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

Color convert

RGB 202 41 159 -
CMYK 0 0.80 0.21 0.21
HSL 316.02º 0.66% 0.48% -
HSV(B) 316.02º 0.8% 0.79% -
XYZ 31.41 16.65 34.36 -
YUV 102.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 202 41 159 0 0.80 0.21 0.21 316.02 0.66 0.48
Hex CA 29 9F 0 50 15 15 13C 42 30
Octal 312 51 237 0 120 25 25 474 102 60
Binary 11001010 101001 10011111 0 1010000 10101 10101 100111100 1000010 110000

Color Harmonies of #CA299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA299F

Black with #CA299F

Text Example


Text Example

White with #CA299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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