Html Css Color HEX #CA227C Medium Violet Red

📋 copy color: '#CA227C'

red 202 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #CA227C

Tints of Medium Violet Red #CA227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 56.11%
G = 9.44%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA227C (or 0xCA227C) is known color: Medium Violet Red. HEX triplet: CA, 22 and 7C. RGB value is (202,34,124). Sum of RGB (Red+Green+Blue) = 202+34+124=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA227C is #35DD83. Grayscale: #5E5E5E. Windows color (decimal): -3530116 or 8135370. OLE color: 8135370.

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

Color convert

RGB 202 34 124 -
CMYK 0 0.83 0.39 0.21
HSL 327.86º 0.71% 0.46% -
HSV(B) 327.86º 0.83% 0.79% -
XYZ 28.57 15.16 20.49 -
YUV 94.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 202 34 124 0 0.83 0.39 0.21 327.86 0.71 0.46
Hex CA 22 7C 0 53 27 15 148 47 2E
Octal 312 42 174 0 123 47 25 510 107 56
Binary 11001010 100010 1111100 0 1010011 100111 10101 101001000 1000111 101110

Color Harmonies of #CA227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA227C

Black with #CA227C

Text Example


Text Example

White with #CA227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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