Html Css Color HEX #CA1287 Medium Violet Red

📋 copy color: '#CA1287'

red 202 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #CA1287

Tints of Medium Violet Red #CA1287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

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

R = 56.9%
G = 5.07%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA1287 (or 0xCA1287) is known color: Medium Violet Red. HEX triplet: CA, 12 and 87. RGB value is (202,18,135). Sum of RGB (Red+Green+Blue) = 202+18+135=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1287 is #35ED78. Grayscale: #565656. Windows color (decimal): -3534201 or 8852170. OLE color: 8852170.

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

Color convert

RGB 202 18 135 -
CMYK 0 0.91 0.33 0.21
HSL 321.85º 0.84% 0.43% -
HSV(B) 321.85º 0.91% 0.79% -
XYZ 28.95 14.74 24.24 -
YUV 86.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 202 18 135 0 0.91 0.33 0.21 321.85 0.84 0.43
Hex CA 12 87 0 5B 21 15 142 54 2B
Octal 312 22 207 0 133 41 25 502 124 53
Binary 11001010 10010 10000111 0 1011011 100001 10101 101000010 1010100 101011

Color Harmonies of #CA1287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1287

Black with #CA1287

Text Example


Text Example

White with #CA1287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1287; }

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

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

background-color css

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

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

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

border-color css

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

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

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