Html Css Color HEX #CC1688 Medium Violet Red

📋 copy color: '#CC1688'

red 204 ◦ green 22 ◦ blue 136

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

Shades of Medium Violet Red #CC1688

Tints of Medium Violet Red #CC1688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.08%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 56.35%
G = 6.08%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC1688 (or 0xCC1688) is known color: Medium Violet Red. HEX triplet: CC, 16 and 88. RGB value is (204,22,136). Sum of RGB (Red+Green+Blue) = 204+22+136=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1688 is #33E977. Grayscale: #595959. Windows color (decimal): -3402104 or 8918732. OLE color: 8918732.

HSL color Cylindrical-coordinate representation of color #CC1688: hue angle of 322.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1688 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 136 -
CMYK 0 0.89 0.33 0.2
HSL 322.42º 0.81% 0.44% -
HSV(B) 322.42º 0.89% 0.8% -
XYZ 29.63 15.19 24.66 -
YUV 89.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 204 22 136 0 0.89 0.33 0.2 322.42 0.81 0.44
Hex CC 16 88 0 59 21 14 142 51 2C
Octal 314 26 210 0 131 41 24 502 121 54
Binary 11001100 10110 10001000 0 1011001 100001 10100 101000010 1010001 101100

Color Harmonies of #CC1688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1688

Black with #CC1688

Text Example


Text Example

White with #CC1688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1688; }

 p { color: rgb(204,22,136); }

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

background-color css

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

 a { background-color: rgb(204,22,136); }

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

border-color css

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

 span { border-color: rgb(204,22,136); }

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