Html Css Color HEX #CA1F8D Medium Violet Red

📋 copy color: '#CA1F8D'

red 202 ◦ green 31 ◦ blue 141

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

Shades of Medium Violet Red #CA1F8D

Tints of Medium Violet Red #CA1F8D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.29%

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

R = 54.01%
G = 8.29%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA1F8D (or 0xCA1F8D) is known color: Medium Violet Red. HEX triplet: CA, 1F and 8D. RGB value is (202,31,141). Sum of RGB (Red+Green+Blue) = 202+31+141=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1F8D is #35E072. Grayscale: #5E5E5E. Windows color (decimal): -3530867 or 9248714. OLE color: 9248714.

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

Color convert

RGB 202 31 141 -
CMYK 0 0.85 0.30 0.21
HSL 321.4º 0.73% 0.46% -
HSV(B) 321.4º 0.85% 0.79% -
XYZ 29.65 15.46 26.62 -
YUV 94.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 202 31 141 0 0.85 0.30 0.21 321.4 0.73 0.46
Hex CA 1F 8D 0 55 1E 15 141 49 2E
Octal 312 37 215 0 125 36 25 501 111 56
Binary 11001010 11111 10001101 0 1010101 11110 10101 101000001 1001001 101110

Color Harmonies of #CA1F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F8D

Black with #CA1F8D

Text Example


Text Example

White with #CA1F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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