Html Css Color HEX #CA1377 Medium Violet Red

📋 copy color: '#CA1377'

red 202 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #CA1377

Tints of Medium Violet Red #CA1377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

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

R = 59.41%
G = 5.59%
B = 35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1377 (or 0xCA1377) is known color: Medium Violet Red. HEX triplet: CA, 13 and 77. RGB value is (202,19,119). Sum of RGB (Red+Green+Blue) = 202+19+119=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1377 is #35EC88. Grayscale: #545454. Windows color (decimal): -3533961 or 7803850. OLE color: 7803850.

HSL color Cylindrical-coordinate representation of color #CA1377: hue angle of 327.21º degrees, saturation: 0.83, 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 #CA1377 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 119 -
CMYK 0 0.91 0.41 0.21
HSL 327.21º 0.83% 0.43% -
HSV(B) 327.21º 0.91% 0.79% -
XYZ 27.92 14.35 18.75 -
YUV 85.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 202 19 119 0 0.91 0.41 0.21 327.21 0.83 0.43
Hex CA 13 77 0 5B 29 15 147 53 2B
Octal 312 23 167 0 133 51 25 507 123 53
Binary 11001010 10011 1110111 0 1011011 101001 10101 101000111 1010011 101011

Color Harmonies of #CA1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1377

Black with #CA1377

Text Example


Text Example

White with #CA1377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1377; }

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

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

background-color css

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

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

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

border-color css

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

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

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