Html Css Color HEX #CC2693 Medium Violet Red

📋 copy color: '#CC2693'

red 204 ◦ green 38 ◦ blue 147

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

Shades of Medium Violet Red #CC2693

Tints of Medium Violet Red #CC2693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 52.44%
G = 9.77%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2693 (or 0xCC2693) is known color: Medium Violet Red. HEX triplet: CC, 26 and 93. RGB value is (204,38,147). Sum of RGB (Red+Green+Blue) = 204+38+147=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2693 is #33D96C. Grayscale: #636363. Windows color (decimal): -3397997 or 9643724. OLE color: 9643724.

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

Color convert

RGB 204 38 147 -
CMYK 0 0.81 0.28 0.2
HSL 320.6º 0.69% 0.47% -
HSV(B) 320.6º 0.81% 0.8% -
XYZ 30.86 16.33 29.13 -
YUV 100.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 204 38 147 0 0.81 0.28 0.2 320.6 0.69 0.47
Hex CC 26 93 0 51 1C 14 141 45 2F
Octal 314 46 223 0 121 34 24 501 105 57
Binary 11001100 100110 10010011 0 1010001 11100 10100 101000001 1000101 101111

Color Harmonies of #CC2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2693

Black with #CC2693

Text Example


Text Example

White with #CC2693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2693; }

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

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

background-color css

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

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

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

border-color css

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

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

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