Html Css Color HEX #CA008D Medium Violet Red

📋 copy color: '#CA008D'

red 202 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #CA008D

Tints of Medium Violet Red #CA008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.89%
G = 0%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA008D (or 0xCA008D) is known color: Medium Violet Red. HEX triplet: CA, 00 and 8D. RGB value is (202,0,141). Sum of RGB (Red+Green+Blue) = 202+0+141=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA008D is #35FF72. Grayscale: #4C4C4C. Windows color (decimal): -3538803 or 9240778. OLE color: 9240778.

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

Color convert

RGB 202 0 141 -
CMYK 0 1 0.30 0.21
HSL 318.12º 1% 0.4% -
HSV(B) 318.12º 1% 0.79% -
XYZ 29.16 14.48 26.46 -
YUV 76.47 164.42 217.54 -
System Red Green Blue C M Y K H S L
Decimal 202 0 141 0 1 0.30 0.21 318.12 1 0.4
Hex CA 0 8D 0 64 1E 15 13E 64 28
Octal 312 0 215 0 144 36 25 476 144 50
Binary 11001010 0 10001101 0 1100100 11110 10101 100111110 1100100 101000

Color Harmonies of #CA008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA008D

Black with #CA008D

Text Example


Text Example

White with #CA008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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