Html Css Color HEX #CA349F Medium Red Violet

📋 copy color: '#CA349F'

red 202 ◦ green 52 ◦ blue 159

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

Shades of Medium Red Violet #CA349F

Tints of Medium Red Violet #CA349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

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

R = 48.91%
G = 12.59%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA349F (or 0xCA349F) is known color: Medium Red Violet. HEX triplet: CA, 34 and 9F. RGB value is (202,52,159). Sum of RGB (Red+Green+Blue) = 202+52+159=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA349F is #35CB60. Grayscale: #6C6C6C. Windows color (decimal): -3525473 or 10433738. OLE color: 10433738.

HSL color Cylindrical-coordinate representation of color #CA349F: hue angle of 317.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA349F is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 52 159 -
CMYK 0 0.74 0.21 0.21
HSL 317.2º 0.59% 0.5% -
HSV(B) 317.2º 0.74% 0.79% -
XYZ 31.84 17.52 34.5 -
YUV 109.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 202 52 159 0 0.74 0.21 0.21 317.2 0.59 0.5
Hex CA 34 9F 0 4A 15 15 13D 3B 32
Octal 312 64 237 0 112 25 25 475 73 62
Binary 11001010 110100 10011111 0 1001010 10101 10101 100111101 111011 110010

Color Harmonies of #CA349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA349F

Black with #CA349F

Text Example


Text Example

White with #CA349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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