Html Css Color HEX #CA1674 Medium Violet Red

📋 copy color: '#CA1674'

red 202 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #CA1674

Tints of Medium Violet Red #CA1674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 59.41%
G = 6.47%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA1674 (or 0xCA1674) is known color: Medium Violet Red. HEX triplet: CA, 16 and 74. RGB value is (202,22,116). Sum of RGB (Red+Green+Blue) = 202+22+116=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1674 is #35E98B. Grayscale: #565656. Windows color (decimal): -3533196 or 7608010. OLE color: 7608010.

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

Color convert

RGB 202 22 116 -
CMYK 0 0.89 0.43 0.21
HSL 328.67º 0.8% 0.44% -
HSV(B) 328.67º 0.89% 0.79% -
XYZ 27.8 14.39 17.84 -
YUV 86.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 202 22 116 0 0.89 0.43 0.21 328.67 0.8 0.44
Hex CA 16 74 0 59 2B 15 149 50 2C
Octal 312 26 164 0 131 53 25 511 120 54
Binary 11001010 10110 1110100 0 1011001 101011 10101 101001001 1010000 101100

Color Harmonies of #CA1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1674

Black with #CA1674

Text Example


Text Example

White with #CA1674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1674; }

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

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

background-color css

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

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

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

border-color css

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

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

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