Html Css Color HEX #CC2683 Medium Violet Red

📋 copy color: '#CC2683'

red 204 ◦ green 38 ◦ blue 131

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

Shades of Medium Violet Red #CC2683

Tints of Medium Violet Red #CC2683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.19%

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

R = 54.69%
G = 10.19%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC2683 (or 0xCC2683) is known color: Medium Violet Red. HEX triplet: CC, 26 and 83. RGB value is (204,38,131). Sum of RGB (Red+Green+Blue) = 204+38+131=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2683 is #33D97C. Grayscale: #626262. Windows color (decimal): -3398013 or 8595148. OLE color: 8595148.

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

Color convert

RGB 204 38 131 -
CMYK 0 0.81 0.36 0.2
HSL 326.39º 0.69% 0.47% -
HSV(B) 326.39º 0.81% 0.8% -
XYZ 29.69 15.86 22.97 -
YUV 98.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 204 38 131 0 0.81 0.36 0.2 326.39 0.69 0.47
Hex CC 26 83 0 51 24 14 146 45 2F
Octal 314 46 203 0 121 44 24 506 105 57
Binary 11001100 100110 10000011 0 1010001 100100 10100 101000110 1000101 101111

Color Harmonies of #CC2683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2683

Black with #CC2683

Text Example


Text Example

White with #CC2683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2683; }

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

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

background-color css

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

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

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

border-color css

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

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

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