Html Css Color HEX #CC1692 Medium Violet Red

📋 copy color: '#CC1692'

red 204 ◦ green 22 ◦ blue 146

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

Shades of Medium Violet Red #CC1692

Tints of Medium Violet Red #CC1692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 54.84%
G = 5.91%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC1692 (or 0xCC1692) is known color: Medium Violet Red. HEX triplet: CC, 16 and 92. RGB value is (204,22,146). Sum of RGB (Red+Green+Blue) = 204+22+146=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1692 is #33E96D. Grayscale: #5A5A5A. Windows color (decimal): -3402094 or 9574092. OLE color: 9574092.

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

Color convert

RGB 204 22 146 -
CMYK 0 0.89 0.28 0.2
HSL 319.12º 0.81% 0.44% -
HSV(B) 319.12º 0.89% 0.8% -
XYZ 30.38 15.49 28.58 -
YUV 90.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 204 22 146 0 0.89 0.28 0.2 319.12 0.81 0.44
Hex CC 16 92 0 59 1C 14 13F 51 2C
Octal 314 26 222 0 131 34 24 477 121 54
Binary 11001100 10110 10010010 0 1011001 11100 10100 100111111 1010001 101100

Color Harmonies of #CC1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1692

Black with #CC1692

Text Example


Text Example

White with #CC1692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1692; }

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

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

background-color css

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

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

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

border-color css

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

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

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