Html Css Color HEX #CA1677 Medium Violet Red

📋 copy color: '#CA1677'

red 202 ◦ green 22 ◦ blue 119

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

Shades of Medium Violet Red #CA1677

Tints of Medium Violet Red #CA1677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 58.89%
G = 6.41%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1677 (or 0xCA1677) is known color: Medium Violet Red. HEX triplet: CA, 16 and 77. RGB value is (202,22,119). Sum of RGB (Red+Green+Blue) = 202+22+119=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1677 is #35E988. Grayscale: #565656. Windows color (decimal): -3533193 or 7804618. OLE color: 7804618.

HSL color Cylindrical-coordinate representation of color #CA1677: hue angle of 327.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 #CA1677 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 119 -
CMYK 0 0.89 0.41 0.21
HSL 327.67º 0.8% 0.44% -
HSV(B) 327.67º 0.89% 0.79% -
XYZ 27.97 14.46 18.77 -
YUV 86.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 202 22 119 0 0.89 0.41 0.21 327.67 0.8 0.44
Hex CA 16 77 0 59 29 15 148 50 2C
Octal 312 26 167 0 131 51 25 510 120 54
Binary 11001010 10110 1110111 0 1011001 101001 10101 101001000 1010000 101100

Color Harmonies of #CA1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1677

Black with #CA1677

Text Example


Text Example

White with #CA1677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1677; }

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

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

background-color css

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

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

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

border-color css

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

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

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