Html Css Color HEX #CC2694 Medium Violet Red

📋 copy color: '#CC2694'

red 204 ◦ green 38 ◦ blue 148

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

Shades of Medium Violet Red #CC2694

Tints of Medium Violet Red #CC2694

RGB

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

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

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

R = 52.31%
G = 9.74%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2694 (or 0xCC2694) is known color: Medium Violet Red. HEX triplet: CC, 26 and 94. RGB value is (204,38,148). Sum of RGB (Red+Green+Blue) = 204+38+148=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2694 is #33D96B. Grayscale: #636363. Windows color (decimal): -3397996 or 9709260. OLE color: 9709260.

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

Color convert

RGB 204 38 148 -
CMYK 0 0.81 0.27 0.2
HSL 320.24º 0.69% 0.47% -
HSV(B) 320.24º 0.81% 0.8% -
XYZ 30.94 16.36 29.54 -
YUV 100.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 204 38 148 0 0.81 0.27 0.2 320.24 0.69 0.47
Hex CC 26 94 0 51 1B 14 140 45 2F
Octal 314 46 224 0 121 33 24 500 105 57
Binary 11001100 100110 10010100 0 1010001 11011 10100 101000000 1000101 101111

Color Harmonies of #CC2694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2694

Black with #CC2694

Text Example


Text Example

White with #CC2694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2694; }

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

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

background-color css

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

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

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

border-color css

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

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

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