Html Css Color HEX #CC2696 Medium Violet Red

📋 copy color: '#CC2696'

red 204 ◦ green 38 ◦ blue 150

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

Shades of Medium Violet Red #CC2696

Tints of Medium Violet Red #CC2696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 52.04%
G = 9.69%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC2696 (or 0xCC2696) is known color: Medium Violet Red. HEX triplet: CC, 26 and 96. RGB value is (204,38,150). Sum of RGB (Red+Green+Blue) = 204+38+150=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2696 is #33D969. Grayscale: #646464. Windows color (decimal): -3397994 or 9840332. OLE color: 9840332.

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

Color convert

RGB 204 38 150 -
CMYK 0 0.81 0.26 0.2
HSL 319.52º 0.69% 0.47% -
HSV(B) 319.52º 0.81% 0.8% -
XYZ 31.1 16.43 30.39 -
YUV 100.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 204 38 150 0 0.81 0.26 0.2 319.52 0.69 0.47
Hex CC 26 96 0 51 1A 14 140 45 2F
Octal 314 46 226 0 121 32 24 500 105 57
Binary 11001100 100110 10010110 0 1010001 11010 10100 101000000 1000101 101111

Color Harmonies of #CC2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2696

Black with #CC2696

Text Example


Text Example

White with #CC2696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2696; }

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

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

background-color css

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

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

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

border-color css

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

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

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