Html Css Color HEX #CA1077 Medium Violet Red

📋 copy color: '#CA1077'

red 202 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #CA1077

Tints of Medium Violet Red #CA1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.75%

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

R = 59.94%
G = 4.75%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1077 (or 0xCA1077) is known color: Medium Violet Red. HEX triplet: CA, 10 and 77. RGB value is (202,16,119). Sum of RGB (Red+Green+Blue) = 202+16+119=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1077 is #35EF88. Grayscale: #535353. Windows color (decimal): -3534729 or 7803082. OLE color: 7803082.

HSL color Cylindrical-coordinate representation of color #CA1077: hue angle of 326.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1077 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 119 -
CMYK 0 0.92 0.41 0.21
HSL 326.77º 0.85% 0.43% -
HSV(B) 326.77º 0.92% 0.79% -
XYZ 27.87 14.26 18.74 -
YUV 83.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 202 16 119 0 0.92 0.41 0.21 326.77 0.85 0.43
Hex CA 10 77 0 5C 29 15 147 55 2B
Octal 312 20 167 0 134 51 25 507 125 53
Binary 11001010 10000 1110111 0 1011100 101001 10101 101000111 1010101 101011

Color Harmonies of #CA1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1077

Black with #CA1077

Text Example


Text Example

White with #CA1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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