Html Css Color HEX #CA188D Medium Violet Red

📋 copy color: '#CA188D'

red 202 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #CA188D

Tints of Medium Violet Red #CA188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 55.04%
G = 6.54%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA188D (or 0xCA188D) is known color: Medium Violet Red. HEX triplet: CA, 18 and 8D. RGB value is (202,24,141). Sum of RGB (Red+Green+Blue) = 202+24+141=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA188D is #35E772. Grayscale: #5A5A5A. Windows color (decimal): -3532659 or 9246922. OLE color: 9246922.

HSL color Cylindrical-coordinate representation of color #CA188D: hue angle of 320.56º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA188D is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 24 141 -
CMYK 0 0.88 0.30 0.21
HSL 320.56º 0.79% 0.44% -
HSV(B) 320.56º 0.88% 0.79% -
XYZ 29.49 15.13 26.57 -
YUV 90.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 202 24 141 0 0.88 0.30 0.21 320.56 0.79 0.44
Hex CA 18 8D 0 58 1E 15 141 4F 2C
Octal 312 30 215 0 130 36 25 501 117 54
Binary 11001010 11000 10001101 0 1011000 11110 10101 101000001 1001111 101100

Color Harmonies of #CA188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA188D

Black with #CA188D

Text Example


Text Example

White with #CA188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA188D; }

 p { color: rgb(202,24,141); }

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

background-color css

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

 a { background-color: rgb(202,24,141); }

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

border-color css

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

 span { border-color: rgb(202,24,141); }

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