Html Css Color HEX #CA1689 Medium Violet Red

📋 copy color: '#CA1689'

red 202 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #CA1689

Tints of Medium Violet Red #CA1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 55.96%
G = 6.09%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA1689 (or 0xCA1689) is known color: Medium Violet Red. HEX triplet: CA, 16 and 89. RGB value is (202,22,137). Sum of RGB (Red+Green+Blue) = 202+22+137=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1689 is #35E976. Grayscale: #585858. Windows color (decimal): -3533175 or 8984266. OLE color: 8984266.

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

Color convert

RGB 202 22 137 -
CMYK 0 0.89 0.32 0.21
HSL 321.67º 0.8% 0.44% -
HSV(B) 321.67º 0.89% 0.79% -
XYZ 29.16 14.94 25.01 -
YUV 88.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 202 22 137 0 0.89 0.32 0.21 321.67 0.8 0.44
Hex CA 16 89 0 59 20 15 142 50 2C
Octal 312 26 211 0 131 40 25 502 120 54
Binary 11001010 10110 10001001 0 1011001 100000 10101 101000010 1010000 101100

Color Harmonies of #CA1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1689

Black with #CA1689

Text Example


Text Example

White with #CA1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1689; }

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

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

background-color css

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

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

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

border-color css

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

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

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