Html Css Color HEX #CA1886 Medium Violet Red

📋 copy color: '#CA1886'

red 202 ◦ green 24 ◦ blue 134

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

Shades of Medium Violet Red #CA1886

Tints of Medium Violet Red #CA1886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 56.11%
G = 6.67%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA1886 (or 0xCA1886) is known color: Medium Violet Red. HEX triplet: CA, 18 and 86. RGB value is (202,24,134). Sum of RGB (Red+Green+Blue) = 202+24+134=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1886 is #35E779. Grayscale: #595959. Windows color (decimal): -3532666 or 8788170. OLE color: 8788170.

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

Color convert

RGB 202 24 134 -
CMYK 0 0.88 0.34 0.21
HSL 322.92º 0.79% 0.44% -
HSV(B) 322.92º 0.88% 0.79% -
XYZ 28.99 14.93 23.91 -
YUV 89.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 202 24 134 0 0.88 0.34 0.21 322.92 0.79 0.44
Hex CA 18 86 0 58 22 15 143 4F 2C
Octal 312 30 206 0 130 42 25 503 117 54
Binary 11001010 11000 10000110 0 1011000 100010 10101 101000011 1001111 101100

Color Harmonies of #CA1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1886

Black with #CA1886

Text Example


Text Example

White with #CA1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1886; }

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

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

background-color css

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

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

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

border-color css

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

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

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