Html Css Color HEX #CA1775 Medium Violet Red

📋 copy color: '#CA1775'

red 202 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #CA1775

Tints of Medium Violet Red #CA1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.73%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 59.06%
G = 6.73%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA1775 (or 0xCA1775) is known color: Medium Violet Red. HEX triplet: CA, 17 and 75. RGB value is (202,23,117). Sum of RGB (Red+Green+Blue) = 202+23+117=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1775 is #35E88A. Grayscale: #575757. Windows color (decimal): -3532939 or 7673802. OLE color: 7673802.

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

Color convert

RGB 202 23 117 -
CMYK 0 0.89 0.42 0.21
HSL 328.49º 0.8% 0.44% -
HSV(B) 328.49º 0.89% 0.79% -
XYZ 27.87 14.45 18.15 -
YUV 87.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 202 23 117 0 0.89 0.42 0.21 328.49 0.8 0.44
Hex CA 17 75 0 59 2A 15 148 50 2C
Octal 312 27 165 0 131 52 25 510 120 54
Binary 11001010 10111 1110101 0 1011001 101010 10101 101001000 1010000 101100

Color Harmonies of #CA1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1775

Black with #CA1775

Text Example


Text Example

White with #CA1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1775; }

 p { color: rgb(202,23,117); }

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

background-color css

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

 a { background-color: rgb(202,23,117); }

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

border-color css

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

 span { border-color: rgb(202,23,117); }

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