Html Css Color HEX #CA077F Medium Violet Red

📋 copy color: '#CA077F'

red 202 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #CA077F

Tints of Medium Violet Red #CA077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 60.12%
G = 2.08%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA077F (or 0xCA077F) is known color: Medium Violet Red. HEX triplet: CA, 07 and 7F. RGB value is (202,7,127). Sum of RGB (Red+Green+Blue) = 202+7+127=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA077F is #35F880. Grayscale: #4E4E4E. Windows color (decimal): -3537025 or 8325066. OLE color: 8325066.

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

Color convert

RGB 202 7 127 -
CMYK 0 0.97 0.37 0.21
HSL 323.08º 0.93% 0.41% -
HSV(B) 323.08º 0.97% 0.79% -
XYZ 28.26 14.24 21.34 -
YUV 78.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 202 7 127 0 0.97 0.37 0.21 323.08 0.93 0.41
Hex CA 7 7F 0 61 25 15 143 5D 29
Octal 312 7 177 0 141 45 25 503 135 51
Binary 11001010 111 1111111 0 1100001 100101 10101 101000011 1011101 101001

Color Harmonies of #CA077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA077F

Black with #CA077F

Text Example


Text Example

White with #CA077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA077F; }

 p { color: rgb(202,7,127); }

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

background-color css

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

 a { background-color: rgb(202,7,127); }

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

border-color css

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

 span { border-color: rgb(202,7,127); }

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