Html Css Color HEX #CA017B Medium Violet Red

📋 copy color: '#CA017B'

red 202 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #CA017B

Tints of Medium Violet Red #CA017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 61.96%
G = 0.31%
B = 37.73%

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

#CA017B (or 0xCA017B) is known color: Medium Violet Red. HEX triplet: CA, 01 and 7B. RGB value is (202,1,123). Sum of RGB (Red+Green+Blue) = 202+1+123=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA017B is #35FE84. Grayscale: #4A4A4A. Windows color (decimal): -3538565 or 8061386. OLE color: 8061386.

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

Color convert

RGB 202 1 123 -
CMYK 0 1.00 0.39 0.21
HSL 323.58º 0.99% 0.4% -
HSV(B) 323.58º 1% 0.79% -
XYZ 27.94 14.01 19.97 -
YUV 75.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 202 1 123 0 1.00 0.39 0.21 323.58 0.99 0.4
Hex CA 1 7B 0 64 27 15 144 63 28
Octal 312 1 173 0 144 47 25 504 143 50
Binary 11001010 1 1111011 0 1100100 100111 10101 101000100 1100011 101000

Color Harmonies of #CA017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA017B

Black with #CA017B

Text Example


Text Example

White with #CA017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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