Html Css Color HEX #CA187F Medium Violet Red

📋 copy color: '#CA187F'

red 202 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #CA187F

Tints of Medium Violet Red #CA187F

RGB

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

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

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

R = 57.22%
G = 6.8%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA187F (or 0xCA187F) is known color: Medium Violet Red. HEX triplet: CA, 18 and 7F. RGB value is (202,24,127). Sum of RGB (Red+Green+Blue) = 202+24+127=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA187F is #35E780. Grayscale: #585858. Windows color (decimal): -3532673 or 8329418. OLE color: 8329418.

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

Color convert

RGB 202 24 127 -
CMYK 0 0.88 0.37 0.21
HSL 325.28º 0.79% 0.44% -
HSV(B) 325.28º 0.88% 0.79% -
XYZ 28.51 14.74 21.42 -
YUV 88.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 202 24 127 0 0.88 0.37 0.21 325.28 0.79 0.44
Hex CA 18 7F 0 58 25 15 145 4F 2C
Octal 312 30 177 0 130 45 25 505 117 54
Binary 11001010 11000 1111111 0 1011000 100101 10101 101000101 1001111 101100

Color Harmonies of #CA187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA187F

Black with #CA187F

Text Example


Text Example

White with #CA187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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