Html Css Color HEX #CA017E Medium Violet Red

📋 copy color: '#CA017E'

red 202 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #CA017E

Tints of Medium Violet Red #CA017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 61.4%
G = 0.3%
B = 38.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA017E (or 0xCA017E) is known color: Medium Violet Red. HEX triplet: CA, 01 and 7E. RGB value is (202,1,126). Sum of RGB (Red+Green+Blue) = 202+1+126=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA017E is #35FE81. Grayscale: #4B4B4B. Windows color (decimal): -3538562 or 8257994. OLE color: 8257994.

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

Color convert

RGB 202 1 126 -
CMYK 0 1.00 0.38 0.21
HSL 322.69º 0.99% 0.4% -
HSV(B) 322.69º 1% 0.79% -
XYZ 28.13 14.08 20.97 -
YUV 75.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 202 1 126 0 1.00 0.38 0.21 322.69 0.99 0.4
Hex CA 1 7E 0 64 26 15 143 63 28
Octal 312 1 176 0 144 46 25 503 143 50
Binary 11001010 1 1111110 0 1100100 100110 10101 101000011 1100011 101000

Color Harmonies of #CA017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA017E

Black with #CA017E

Text Example


Text Example

White with #CA017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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