Html Css Color HEX #CA018B Medium Violet Red

📋 copy color: '#CA018B'

red 202 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #CA018B

Tints of Medium Violet Red #CA018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 59.06%
G = 0.29%
B = 40.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA018B (or 0xCA018B) is known color: Medium Violet Red. HEX triplet: CA, 01 and 8B. RGB value is (202,1,139). Sum of RGB (Red+Green+Blue) = 202+1+139=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA018B is #35FE74. Grayscale: #4C4C4C. Windows color (decimal): -3538549 or 9109962. OLE color: 9109962.

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

Color convert

RGB 202 1 139 -
CMYK 0 1.00 0.31 0.21
HSL 318.81º 0.99% 0.4% -
HSV(B) 318.81º 1% 0.79% -
XYZ 29.03 14.44 25.68 -
YUV 76.83 163.09 217.28 -
System Red Green Blue C M Y K H S L
Decimal 202 1 139 0 1.00 0.31 0.21 318.81 0.99 0.4
Hex CA 1 8B 0 64 1F 15 13F 63 28
Octal 312 1 213 0 144 37 25 477 143 50
Binary 11001010 1 10001011 0 1100100 11111 10101 100111111 1100011 101000

Color Harmonies of #CA018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA018B

Black with #CA018B

Text Example


Text Example

White with #CA018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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