Html Css Color HEX #CA017C Medium Violet Red

📋 copy color: '#CA017C'

red 202 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #CA017C

Tints of Medium Violet Red #CA017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 61.77%
G = 0.31%
B = 37.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA017C (or 0xCA017C) is known color: Medium Violet Red. HEX triplet: CA, 01 and 7C. RGB value is (202,1,124). Sum of RGB (Red+Green+Blue) = 202+1+124=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA017C is #35FE83. Grayscale: #4A4A4A. Windows color (decimal): -3538564 or 8126922. OLE color: 8126922.

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

Color convert

RGB 202 1 124 -
CMYK 0 1.00 0.39 0.21
HSL 323.28º 0.99% 0.4% -
HSV(B) 323.28º 1% 0.79% -
XYZ 28.01 14.03 20.3 -
YUV 75.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 202 1 124 0 1.00 0.39 0.21 323.28 0.99 0.4
Hex CA 1 7C 0 64 27 15 143 63 28
Octal 312 1 174 0 144 47 25 503 143 50
Binary 11001010 1 1111100 0 1100100 100111 10101 101000011 1100011 101000

Color Harmonies of #CA017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA017C

Black with #CA017C

Text Example


Text Example

White with #CA017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA017C; }

 p { color: rgb(202,1,124); }

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

background-color css

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

 a { background-color: rgb(202,1,124); }

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

border-color css

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

 span { border-color: rgb(202,1,124); }

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