Html Css Color HEX #CA167F Medium Violet Red

📋 copy color: '#CA167F'

red 202 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #CA167F

Tints of Medium Violet Red #CA167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

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

R = 57.55%
G = 6.27%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA167F (or 0xCA167F) is known color: Medium Violet Red. HEX triplet: CA, 16 and 7F. RGB value is (202,22,127). Sum of RGB (Red+Green+Blue) = 202+22+127=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA167F is #35E980. Grayscale: #575757. Windows color (decimal): -3533185 or 8328906. OLE color: 8328906.

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

Color convert

RGB 202 22 127 -
CMYK 0 0.89 0.37 0.21
HSL 325º 0.8% 0.44% -
HSV(B) 325º 0.89% 0.79% -
XYZ 28.47 14.66 21.41 -
YUV 87.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 202 22 127 0 0.89 0.37 0.21 325 0.8 0.44
Hex CA 16 7F 0 59 25 15 145 50 2C
Octal 312 26 177 0 131 45 25 505 120 54
Binary 11001010 10110 1111111 0 1011001 100101 10101 101000101 1010000 101100

Color Harmonies of #CA167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA167F

Black with #CA167F

Text Example


Text Example

White with #CA167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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