Html Css Color HEX #CA1C9C Medium Violet Red

📋 copy color: '#CA1C9C'

red 202 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #CA1C9C

Tints of Medium Violet Red #CA1C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.25%

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 52.33%
G = 7.25%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA1C9C (or 0xCA1C9C) is known color: Medium Violet Red. HEX triplet: CA, 1C and 9C. RGB value is (202,28,156). Sum of RGB (Red+Green+Blue) = 202+28+156=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1C9C is #35E363. Grayscale: #5E5E5E. Windows color (decimal): -3531620 or 10230986. OLE color: 10230986.

HSL color Cylindrical-coordinate representation of color #CA1C9C: hue angle of 315.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C9C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 28 156 -
CMYK 0 0.86 0.23 0.21
HSL 315.86º 0.76% 0.45% -
HSV(B) 315.86º 0.86% 0.79% -
XYZ 30.77 15.79 32.88 -
YUV 94.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 202 28 156 0 0.86 0.23 0.21 315.86 0.76 0.45
Hex CA 1C 9C 0 56 17 15 13C 4C 2D
Octal 312 34 234 0 126 27 25 474 114 55
Binary 11001010 11100 10011100 0 1010110 10111 10101 100111100 1001100 101101

Color Harmonies of #CA1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C9C

Black with #CA1C9C

Text Example


Text Example

White with #CA1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C9C; }

 p { color: rgb(202,28,156); }

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

background-color css

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

 a { background-color: rgb(202,28,156); }

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

border-color css

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

 span { border-color: rgb(202,28,156); }

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