Html Css Color HEX #CA168B Medium Violet Red

📋 copy color: '#CA168B'

red 202 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #CA168B

Tints of Medium Violet Red #CA168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 55.65%
G = 6.06%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA168B (or 0xCA168B) is known color: Medium Violet Red. HEX triplet: CA, 16 and 8B. RGB value is (202,22,139). Sum of RGB (Red+Green+Blue) = 202+22+139=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA168B is #35E974. Grayscale: #585858. Windows color (decimal): -3533173 or 9115338. OLE color: 9115338.

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

Color convert

RGB 202 22 139 -
CMYK 0 0.89 0.31 0.21
HSL 321º 0.8% 0.44% -
HSV(B) 321º 0.89% 0.79% -
XYZ 29.3 14.99 25.78 -
YUV 89.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 202 22 139 0 0.89 0.31 0.21 321 0.8 0.44
Hex CA 16 8B 0 59 1F 15 141 50 2C
Octal 312 26 213 0 131 37 25 501 120 54
Binary 11001010 10110 10001011 0 1011001 11111 10101 101000001 1010000 101100

Color Harmonies of #CA168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA168B

Black with #CA168B

Text Example


Text Example

White with #CA168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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