Html Css Color HEX #CA329C Medium Red Violet

📋 copy color: '#CA329C'

red 202 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #CA329C

Tints of Medium Red Violet #CA329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 49.51%
G = 12.25%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA329C (or 0xCA329C) is known color: Medium Red Violet. HEX triplet: CA, 32 and 9C. RGB value is (202,50,156). Sum of RGB (Red+Green+Blue) = 202+50+156=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329C is #35CD63. Grayscale: #6B6B6B. Windows color (decimal): -3525988 or 10236618. OLE color: 10236618.

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

Color convert

RGB 202 50 156 -
CMYK 0 0.75 0.23 0.21
HSL 318.16º 0.6% 0.49% -
HSV(B) 318.16º 0.75% 0.79% -
XYZ 31.5 17.24 33.12 -
YUV 107.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 202 50 156 0 0.75 0.23 0.21 318.16 0.6 0.49
Hex CA 32 9C 0 4B 17 15 13E 3C 31
Octal 312 62 234 0 113 27 25 476 74 61
Binary 11001010 110010 10011100 0 1001011 10111 10101 100111110 111100 110001

Color Harmonies of #CA329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA329C

Black with #CA329C

Text Example


Text Example

White with #CA329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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