Html Css Color HEX #CA348C Medium Red Violet

📋 copy color: '#CA348C'

red 202 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #CA348C

Tints of Medium Red Violet #CA348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 51.27%
G = 13.2%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA348C (or 0xCA348C) is known color: Medium Red Violet. HEX triplet: CA, 34 and 8C. RGB value is (202,52,140). Sum of RGB (Red+Green+Blue) = 202+52+140=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA348C is #35CB73. Grayscale: #6A6A6A. Windows color (decimal): -3525492 or 9188554. OLE color: 9188554.

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

Color convert

RGB 202 52 140 -
CMYK 0 0.74 0.31 0.21
HSL 324.8º 0.59% 0.5% -
HSV(B) 324.8º 0.74% 0.79% -
XYZ 30.32 16.91 26.48 -
YUV 106.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 202 52 140 0 0.74 0.31 0.21 324.8 0.59 0.5
Hex CA 34 8C 0 4A 1F 15 145 3B 32
Octal 312 64 214 0 112 37 25 505 73 62
Binary 11001010 110100 10001100 0 1001010 11111 10101 101000101 111011 110010

Color Harmonies of #CA348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA348C

Black with #CA348C

Text Example


Text Example

White with #CA348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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