Html Css Color HEX #CC1694 Medium Violet Red

📋 copy color: '#CC1694'

red 204 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #CC1694

Tints of Medium Violet Red #CC1694

RGB

 RED value IS 204 (80.08% from 255) = 54.55%

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

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 54.55%
G = 5.88%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC1694 (or 0xCC1694) is known color: Medium Violet Red. HEX triplet: CC, 16 and 94. RGB value is (204,22,148). Sum of RGB (Red+Green+Blue) = 204+22+148=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1694 is #33E96B. Grayscale: #5A5A5A. Windows color (decimal): -3402092 or 9705164. OLE color: 9705164.

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

Color convert

RGB 204 22 148 -
CMYK 0 0.89 0.27 0.2
HSL 318.46º 0.81% 0.44% -
HSV(B) 318.46º 0.89% 0.8% -
XYZ 30.53 15.55 29.41 -
YUV 90.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 204 22 148 0 0.89 0.27 0.2 318.46 0.81 0.44
Hex CC 16 94 0 59 1B 14 13E 51 2C
Octal 314 26 224 0 131 33 24 476 121 54
Binary 11001100 10110 10010100 0 1011001 11011 10100 100111110 1010001 101100

Color Harmonies of #CC1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1694

Black with #CC1694

Text Example


Text Example

White with #CC1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1694; }

 p { color: rgb(204,22,148); }

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

background-color css

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

 a { background-color: rgb(204,22,148); }

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

border-color css

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

 span { border-color: rgb(204,22,148); }

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