Html Css Color HEX #CC1683 Medium Violet Red

📋 copy color: '#CC1683'

red 204 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #CC1683

Tints of Medium Violet Red #CC1683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 57.14%
G = 6.16%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC1683 (or 0xCC1683) is known color: Medium Violet Red. HEX triplet: CC, 16 and 83. RGB value is (204,22,131). Sum of RGB (Red+Green+Blue) = 204+22+131=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1683 is #33E97C. Grayscale: #585858. Windows color (decimal): -3402109 or 8591052. OLE color: 8591052.

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

Color convert

RGB 204 22 131 -
CMYK 0 0.89 0.36 0.2
HSL 324.07º 0.81% 0.44% -
HSV(B) 324.07º 0.89% 0.8% -
XYZ 29.29 15.05 22.83 -
YUV 88.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 204 22 131 0 0.89 0.36 0.2 324.07 0.81 0.44
Hex CC 16 83 0 59 24 14 144 51 2C
Octal 314 26 203 0 131 44 24 504 121 54
Binary 11001100 10110 10000011 0 1011001 100100 10100 101000100 1010001 101100

Color Harmonies of #CC1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1683

Black with #CC1683

Text Example


Text Example

White with #CC1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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