Html Css Color HEX #CA1987 Medium Violet Red

📋 copy color: '#CA1987'

red 202 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #CA1987

Tints of Medium Violet Red #CA1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.91%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 55.8%
G = 6.91%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA1987 (or 0xCA1987) is known color: Medium Violet Red. HEX triplet: CA, 19 and 87. RGB value is (202,25,135). Sum of RGB (Red+Green+Blue) = 202+25+135=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1987 is #35E678. Grayscale: #5A5A5A. Windows color (decimal): -3532409 or 8853962. OLE color: 8853962.

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

Color convert

RGB 202 25 135 -
CMYK 0 0.88 0.33 0.21
HSL 322.71º 0.78% 0.45% -
HSV(B) 322.71º 0.88% 0.79% -
XYZ 29.08 15 24.28 -
YUV 90.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 202 25 135 0 0.88 0.33 0.21 322.71 0.78 0.45
Hex CA 19 87 0 58 21 15 143 4E 2D
Octal 312 31 207 0 130 41 25 503 116 55
Binary 11001010 11001 10000111 0 1011000 100001 10101 101000011 1001110 101101

Color Harmonies of #CA1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1987

Black with #CA1987

Text Example


Text Example

White with #CA1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1987; }

 p { color: rgb(202,25,135); }

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

background-color css

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

 a { background-color: rgb(202,25,135); }

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

border-color css

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

 span { border-color: rgb(202,25,135); }

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