Html Css Color HEX #CC2685 Medium Violet Red

📋 copy color: '#CC2685'

red 204 ◦ green 38 ◦ blue 133

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

Shades of Medium Violet Red #CC2685

Tints of Medium Violet Red #CC2685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 54.4%
G = 10.13%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC2685 (or 0xCC2685) is known color: Medium Violet Red. HEX triplet: CC, 26 and 85. RGB value is (204,38,133). Sum of RGB (Red+Green+Blue) = 204+38+133=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2685 is #33D97A. Grayscale: #626262. Windows color (decimal): -3398011 or 8726220. OLE color: 8726220.

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

Color convert

RGB 204 38 133 -
CMYK 0 0.81 0.35 0.2
HSL 325.66º 0.69% 0.47% -
HSV(B) 325.66º 0.81% 0.8% -
XYZ 29.83 15.92 23.69 -
YUV 98.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 204 38 133 0 0.81 0.35 0.2 325.66 0.69 0.47
Hex CC 26 85 0 51 23 14 146 45 2F
Octal 314 46 205 0 121 43 24 506 105 57
Binary 11001100 100110 10000101 0 1010001 100011 10100 101000110 1000101 101111

Color Harmonies of #CC2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2685

Black with #CC2685

Text Example


Text Example

White with #CC2685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2685; }

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

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

background-color css

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

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

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

border-color css

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

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

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