Html Css Color HEX #CA006E Medium Violet Red

📋 copy color: '#CA006E'

red 202 ◦ green 0 ◦ blue 110

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

Shades of Medium Violet Red #CA006E

Tints of Medium Violet Red #CA006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 64.74%
G = 0%
B = 35.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA006E (or 0xCA006E) is known color: Medium Violet Red. HEX triplet: CA, 00 and 6E. RGB value is (202,0,110). Sum of RGB (Red+Green+Blue) = 202+0+110=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA006E is #35FF91. Grayscale: #484848. Windows color (decimal): -3538834 or 7209162. OLE color: 7209162.

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

Color convert

RGB 202 0 110 -
CMYK 0 1 0.46 0.21
HSL 327.33º 1% 0.4% -
HSV(B) 327.33º 1% 0.79% -
XYZ 27.17 13.68 15.96 -
YUV 72.94 148.92 220.06 -
System Red Green Blue C M Y K H S L
Decimal 202 0 110 0 1 0.46 0.21 327.33 1 0.4
Hex CA 0 6E 0 64 2E 15 147 64 28
Octal 312 0 156 0 144 56 25 507 144 50
Binary 11001010 0 1101110 0 1100100 101110 10101 101000111 1100100 101000

Color Harmonies of #CA006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA006E

Black with #CA006E

Text Example


Text Example

White with #CA006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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