Html Css Color HEX #CA219C Medium Violet Red

📋 copy color: '#CA219C'

red 202 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #CA219C

Tints of Medium Violet Red #CA219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

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

R = 51.66%
G = 8.44%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA219C (or 0xCA219C) is known color: Medium Violet Red. HEX triplet: CA, 21 and 9C. RGB value is (202,33,156). Sum of RGB (Red+Green+Blue) = 202+33+156=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA219C is #35DE63. Grayscale: #616161. Windows color (decimal): -3530340 or 10232266. OLE color: 10232266.

HSL color Cylindrical-coordinate representation of color #CA219C: hue angle of 316.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA219C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 156 -
CMYK 0 0.84 0.23 0.21
HSL 316.33º 0.72% 0.46% -
HSV(B) 316.33º 0.84% 0.79% -
XYZ 30.9 16.04 32.92 -
YUV 97.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 202 33 156 0 0.84 0.23 0.21 316.33 0.72 0.46
Hex CA 21 9C 0 54 17 15 13C 48 2E
Octal 312 41 234 0 124 27 25 474 110 56
Binary 11001010 100001 10011100 0 1010100 10111 10101 100111100 1001000 101110

Color Harmonies of #CA219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA219C

Black with #CA219C

Text Example


Text Example

White with #CA219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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