Html Css Color HEX #CA1684 Medium Violet Red

📋 copy color: '#CA1684'

red 202 ◦ green 22 ◦ blue 132

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

Shades of Medium Violet Red #CA1684

Tints of Medium Violet Red #CA1684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 56.74%
G = 6.18%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA1684 (or 0xCA1684) is known color: Medium Violet Red. HEX triplet: CA, 16 and 84. RGB value is (202,22,132). Sum of RGB (Red+Green+Blue) = 202+22+132=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1684 is #35E97B. Grayscale: #585858. Windows color (decimal): -3533180 or 8656586. OLE color: 8656586.

HSL color Cylindrical-coordinate representation of color #CA1684: hue angle of 323.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1684 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 132 -
CMYK 0 0.89 0.35 0.21
HSL 323.33º 0.8% 0.44% -
HSV(B) 323.33º 0.89% 0.79% -
XYZ 28.81 14.8 23.17 -
YUV 88.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 202 22 132 0 0.89 0.35 0.21 323.33 0.8 0.44
Hex CA 16 84 0 59 23 15 143 50 2C
Octal 312 26 204 0 131 43 25 503 120 54
Binary 11001010 10110 10000100 0 1011001 100011 10101 101000011 1010000 101100

Color Harmonies of #CA1684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1684

Black with #CA1684

Text Example


Text Example

White with #CA1684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1684; }

 p { color: rgb(202,22,132); }

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

background-color css

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

 a { background-color: rgb(202,22,132); }

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

border-color css

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

 span { border-color: rgb(202,22,132); }

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