Html Css Color HEX #CA328A Medium Red Violet

📋 copy color: '#CA328A'

red 202 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #CA328A

Tints of Medium Red Violet #CA328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 51.79%
G = 12.82%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA328A (or 0xCA328A) is known color: Medium Red Violet. HEX triplet: CA, 32 and 8A. RGB value is (202,50,138). Sum of RGB (Red+Green+Blue) = 202+50+138=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA328A is #35CD75. Grayscale: #696969. Windows color (decimal): -3526006 or 9056970. OLE color: 9056970.

HSL color Cylindrical-coordinate representation of color #CA328A: hue angle of 325.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA328A is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 138 -
CMYK 0 0.75 0.32 0.21
HSL 325.26º 0.6% 0.49% -
HSV(B) 325.26º 0.75% 0.79% -
XYZ 30.09 16.67 25.68 -
YUV 105.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 202 50 138 0 0.75 0.32 0.21 325.26 0.6 0.49
Hex CA 32 8A 0 4B 20 15 145 3C 31
Octal 312 62 212 0 113 40 25 505 74 61
Binary 11001010 110010 10001010 0 1001011 100000 10101 101000101 111100 110001

Color Harmonies of #CA328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA328A

Black with #CA328A

Text Example


Text Example

White with #CA328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA328A; }

 p { color: rgb(202,50,138); }

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

background-color css

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

 a { background-color: rgb(202,50,138); }

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

border-color css

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

 span { border-color: rgb(202,50,138); }

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