Html Css Color HEX #CA006F Medium Violet Red

📋 copy color: '#CA006F'

red 202 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #CA006F

Tints of Medium Violet Red #CA006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 64.54%
G = 0%
B = 35.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA006F (or 0xCA006F) is known color: Medium Violet Red. HEX triplet: CA, 00 and 6F. RGB value is (202,0,111). Sum of RGB (Red+Green+Blue) = 202+0+111=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA006F is #35FF90. Grayscale: #484848. Windows color (decimal): -3538833 or 7274698. OLE color: 7274698.

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

Color convert

RGB 202 0 111 -
CMYK 0 1 0.45 0.21
HSL 327.03º 1% 0.4% -
HSV(B) 327.03º 1% 0.79% -
XYZ 27.23 13.7 16.25 -
YUV 73.05 149.42 219.97 -
System Red Green Blue C M Y K H S L
Decimal 202 0 111 0 1 0.45 0.21 327.03 1 0.4
Hex CA 0 6F 0 64 2D 15 147 64 28
Octal 312 0 157 0 144 55 25 507 144 50
Binary 11001010 0 1101111 0 1100100 101101 10101 101000111 1100100 101000

Color Harmonies of #CA006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA006F

Black with #CA006F

Text Example


Text Example

White with #CA006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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