Html Css Color HEX #CC1C89 Medium Violet Red

📋 copy color: '#CC1C89'

red 204 ◦ green 28 ◦ blue 137

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

Shades of Medium Violet Red #CC1C89

Tints of Medium Violet Red #CC1C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 55.28%
G = 7.59%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC1C89 (or 0xCC1C89) is known color: Medium Violet Red. HEX triplet: CC, 1C and 89. RGB value is (204,28,137). Sum of RGB (Red+Green+Blue) = 204+28+137=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C89 is #33E376. Grayscale: #5C5C5C. Windows color (decimal): -3400567 or 8985804. OLE color: 8985804.

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

Color convert

RGB 204 28 137 -
CMYK 0 0.86 0.33 0.2
HSL 322.84º 0.76% 0.45% -
HSV(B) 322.84º 0.86% 0.8% -
XYZ 29.83 15.47 25.08 -
YUV 93.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 204 28 137 0 0.86 0.33 0.2 322.84 0.76 0.45
Hex CC 1C 89 0 56 21 14 143 4C 2D
Octal 314 34 211 0 126 41 24 503 114 55
Binary 11001100 11100 10001001 0 1010110 100001 10100 101000011 1001100 101101

Color Harmonies of #CC1C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C89

Black with #CC1C89

Text Example


Text Example

White with #CC1C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C89; }

 p { color: rgb(204,28,137); }

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

background-color css

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

 a { background-color: rgb(204,28,137); }

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

border-color css

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

 span { border-color: rgb(204,28,137); }

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