Html Css Color HEX #CC2698 Medium Violet Red

📋 copy color: '#CC2698'

red 204 ◦ green 38 ◦ blue 152

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

Shades of Medium Violet Red #CC2698

Tints of Medium Violet Red #CC2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 51.78%
G = 9.64%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2698 (or 0xCC2698) is known color: Medium Violet Red. HEX triplet: CC, 26 and 98. RGB value is (204,38,152). Sum of RGB (Red+Green+Blue) = 204+38+152=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2698 is #33D967. Grayscale: #646464. Windows color (decimal): -3397992 or 9971404. OLE color: 9971404.

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

Color convert

RGB 204 38 152 -
CMYK 0 0.81 0.25 0.2
HSL 318.8º 0.69% 0.47% -
HSV(B) 318.8º 0.81% 0.8% -
XYZ 31.26 16.49 31.24 -
YUV 100.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 204 38 152 0 0.81 0.25 0.2 318.8 0.69 0.47
Hex CC 26 98 0 51 19 14 13F 45 2F
Octal 314 46 230 0 121 31 24 477 105 57
Binary 11001100 100110 10011000 0 1010001 11001 10100 100111111 1000101 101111

Color Harmonies of #CC2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2698

Black with #CC2698

Text Example


Text Example

White with #CC2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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