Html Css Color HEX #CA228D Medium Violet Red

📋 copy color: '#CA228D'

red 202 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #CA228D

Tints of Medium Violet Red #CA228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 53.58%
G = 9.02%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA228D (or 0xCA228D) is known color: Medium Violet Red. HEX triplet: CA, 22 and 8D. RGB value is (202,34,141). Sum of RGB (Red+Green+Blue) = 202+34+141=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA228D is #35DD72. Grayscale: #606060. Windows color (decimal): -3530099 or 9249482. OLE color: 9249482.

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

Color convert

RGB 202 34 141 -
CMYK 0 0.83 0.30 0.21
HSL 321.79º 0.71% 0.46% -
HSV(B) 321.79º 0.83% 0.79% -
XYZ 29.74 15.62 26.65 -
YUV 96.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 202 34 141 0 0.83 0.30 0.21 321.79 0.71 0.46
Hex CA 22 8D 0 53 1E 15 142 47 2E
Octal 312 42 215 0 123 36 25 502 107 56
Binary 11001010 100010 10001101 0 1010011 11110 10101 101000010 1000111 101110

Color Harmonies of #CA228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA228D

Black with #CA228D

Text Example


Text Example

White with #CA228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA228D; }

 p { color: rgb(202,34,141); }

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

background-color css

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

 a { background-color: rgb(202,34,141); }

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

border-color css

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

 span { border-color: rgb(202,34,141); }

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