Html Css Color HEX #CA008A Medium Violet Red

📋 copy color: '#CA008A'

red 202 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #CA008A

Tints of Medium Violet Red #CA008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 59.41%
G = 0%
B = 40.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA008A (or 0xCA008A) is known color: Medium Violet Red. HEX triplet: CA, 00 and 8A. RGB value is (202,0,138). Sum of RGB (Red+Green+Blue) = 202+0+138=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA008A is #35FF75. Grayscale: #4B4B4B. Windows color (decimal): -3538806 or 9044170. OLE color: 9044170.

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

Color convert

RGB 202 0 138 -
CMYK 0 1 0.32 0.21
HSL 319.01º 1% 0.4% -
HSV(B) 319.01º 1% 0.79% -
XYZ 28.94 14.39 25.3 -
YUV 76.13 162.92 217.78 -
System Red Green Blue C M Y K H S L
Decimal 202 0 138 0 1 0.32 0.21 319.01 1 0.4
Hex CA 0 8A 0 64 20 15 13F 64 28
Octal 312 0 212 0 144 40 25 477 144 50
Binary 11001010 0 10001010 0 1100100 100000 10101 100111111 1100100 101000

Color Harmonies of #CA008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA008A

Black with #CA008A

Text Example


Text Example

White with #CA008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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