Html Css Color HEX #CC0389 Medium Violet Red

📋 copy color: '#CC0389'

red 204 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #CC0389

Tints of Medium Violet Red #CC0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 59.3%
G = 0.87%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC0389 (or 0xCC0389) is known color: Medium Violet Red. HEX triplet: CC, 03 and 89. RGB value is (204,3,137). Sum of RGB (Red+Green+Blue) = 204+3+137=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0389 is #33FC76. Grayscale: #4E4E4E. Windows color (decimal): -3406967 or 8979404. OLE color: 8979404.

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

Color convert

RGB 204 3 137 -
CMYK 0 0.99 0.33 0.2
HSL 320º 0.97% 0.41% -
HSV(B) 320º 0.99% 0.8% -
XYZ 29.45 14.71 24.95 -
YUV 78.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 204 3 137 0 0.99 0.33 0.2 320 0.97 0.41
Hex CC 3 89 0 63 21 14 140 61 29
Octal 314 3 211 0 143 41 24 500 141 51
Binary 11001100 11 10001001 0 1100011 100001 10100 101000000 1100001 101001

Color Harmonies of #CC0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0389

Black with #CC0389

Text Example


Text Example

White with #CC0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0389; }

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

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

background-color css

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

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

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

border-color css

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

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

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