Html Css Color HEX #CC2B9D Medium Red Violet

📋 copy color: '#CC2B9D'

red 204 ◦ green 43 ◦ blue 157

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

Shades of Medium Red Violet #CC2B9D

Tints of Medium Red Violet #CC2B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.64%

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 50.5%
G = 10.64%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC2B9D (or 0xCC2B9D) is known color: Medium Red Violet. HEX triplet: CC, 2B and 9D. RGB value is (204,43,157). Sum of RGB (Red+Green+Blue) = 204+43+157=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2B9D is #33D462. Grayscale: #676767. Windows color (decimal): -3396707 or 10300364. OLE color: 10300364.

HSL color Cylindrical-coordinate representation of color #CC2B9D: hue angle of 317.52º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2B9D is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 43 157 -
CMYK 0 0.79 0.23 0.2
HSL 317.52º 0.65% 0.48% -
HSV(B) 317.52º 0.79% 0.8% -
XYZ 31.85 17 33.5 -
YUV 104.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 204 43 157 0 0.79 0.23 0.2 317.52 0.65 0.48
Hex CC 2B 9D 0 4F 17 14 13E 41 30
Octal 314 53 235 0 117 27 24 476 101 60
Binary 11001100 101011 10011101 0 1001111 10111 10100 100111110 1000001 110000

Color Harmonies of #CC2B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B9D

Black with #CC2B9D

Text Example


Text Example

White with #CC2B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B9D; }

 p { color: rgb(204,43,157); }

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

background-color css

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

 a { background-color: rgb(204,43,157); }

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

border-color css

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

 span { border-color: rgb(204,43,157); }

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