Html Css Color HEX #CA0677 Medium Violet Red

📋 copy color: '#CA0677'

red 202 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #CA0677

Tints of Medium Violet Red #CA0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 61.77%
G = 1.83%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA0677 (or 0xCA0677) is known color: Medium Violet Red. HEX triplet: CA, 06 and 77. RGB value is (202,6,119). Sum of RGB (Red+Green+Blue) = 202+6+119=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0677 is #35F988. Grayscale: #4D4D4D. Windows color (decimal): -3537289 or 7800522. OLE color: 7800522.

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

Color convert

RGB 202 6 119 -
CMYK 0 0.97 0.41 0.21
HSL 325.41º 0.94% 0.41% -
HSV(B) 325.41º 0.97% 0.79% -
XYZ 27.75 14.02 18.7 -
YUV 77.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 202 6 119 0 0.97 0.41 0.21 325.41 0.94 0.41
Hex CA 6 77 0 61 29 15 145 5E 29
Octal 312 6 167 0 141 51 25 505 136 51
Binary 11001010 110 1110111 0 1100001 101001 10101 101000101 1011110 101001

Color Harmonies of #CA0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0677

Black with #CA0677

Text Example


Text Example

White with #CA0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0677; }

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

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

background-color css

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

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

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

border-color css

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

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

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