Html Css Color HEX #CA1889 Medium Violet Red

📋 copy color: '#CA1889'

red 202 ◦ green 24 ◦ blue 137

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

Shades of Medium Violet Red #CA1889

Tints of Medium Violet Red #CA1889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 55.65%
G = 6.61%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA1889 (or 0xCA1889) is known color: Medium Violet Red. HEX triplet: CA, 18 and 89. RGB value is (202,24,137). Sum of RGB (Red+Green+Blue) = 202+24+137=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1889 is #35E776. Grayscale: #595959. Windows color (decimal): -3532663 or 8984778. OLE color: 8984778.

HSL color Cylindrical-coordinate representation of color #CA1889: hue angle of 321.91º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1889 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 24 137 -
CMYK 0 0.88 0.32 0.21
HSL 321.91º 0.79% 0.44% -
HSV(B) 321.91º 0.88% 0.79% -
XYZ 29.2 15.02 25.03 -
YUV 90.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 202 24 137 0 0.88 0.32 0.21 321.91 0.79 0.44
Hex CA 18 89 0 58 20 15 142 4F 2C
Octal 312 30 211 0 130 40 25 502 117 54
Binary 11001010 11000 10001001 0 1011000 100000 10101 101000010 1001111 101100

Color Harmonies of #CA1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1889

Black with #CA1889

Text Example


Text Example

White with #CA1889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1889; }

 p { color: rgb(202,24,137); }

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

background-color css

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

 a { background-color: rgb(202,24,137); }

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

border-color css

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

 span { border-color: rgb(202,24,137); }

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