Html Css Color HEX #CA218A Medium Violet Red

📋 copy color: '#CA218A'

red 202 ◦ green 33 ◦ blue 138

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

Shades of Medium Violet Red #CA218A

Tints of Medium Violet Red #CA218A

RGB

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

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

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

R = 54.16%
G = 8.85%
B = 37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA218A (or 0xCA218A) is known color: Medium Violet Red. HEX triplet: CA, 21 and 8A. RGB value is (202,33,138). Sum of RGB (Red+Green+Blue) = 202+33+138=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA218A is #35DE75. Grayscale: #5F5F5F. Windows color (decimal): -3530358 or 9052618. OLE color: 9052618.

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

Color convert

RGB 202 33 138 -
CMYK 0 0.84 0.32 0.21
HSL 322.72º 0.72% 0.46% -
HSV(B) 322.72º 0.84% 0.79% -
XYZ 29.49 15.48 25.48 -
YUV 95.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 202 33 138 0 0.84 0.32 0.21 322.72 0.72 0.46
Hex CA 21 8A 0 54 20 15 143 48 2E
Octal 312 41 212 0 124 40 25 503 110 56
Binary 11001010 100001 10001010 0 1010100 100000 10101 101000011 1001000 101110

Color Harmonies of #CA218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA218A

Black with #CA218A

Text Example


Text Example

White with #CA218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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