Html Css Color HEX #CA1CAC Medium Violet Red

📋 copy color: '#CA1CAC'

red 202 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #CA1CAC

Tints of Medium Violet Red #CA1CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 50.25%
G = 6.97%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA1CAC (or 0xCA1CAC) is known color: Medium Violet Red. HEX triplet: CA, 1C and AC. RGB value is (202,28,172). Sum of RGB (Red+Green+Blue) = 202+28+172=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1CAC is #35E353. Grayscale: #606060. Windows color (decimal): -3531604 or 11279562. OLE color: 11279562.

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

Color convert

RGB 202 28 172 -
CMYK 0 0.86 0.15 0.21
HSL 310.34º 0.76% 0.45% -
HSV(B) 310.34º 0.86% 0.79% -
XYZ 32.22 16.37 40.49 -
YUV 96.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 202 28 172 0 0.86 0.15 0.21 310.34 0.76 0.45
Hex CA 1C AC 0 56 F 15 136 4C 2D
Octal 312 34 254 0 126 17 25 466 114 55
Binary 11001010 11100 10101100 0 1010110 1111 10101 100110110 1001100 101101

Color Harmonies of #CA1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CAC

Black with #CA1CAC

Text Example


Text Example

White with #CA1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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