Html Css Color HEX #CC1B9C Medium Violet Red

📋 copy color: '#CC1B9C'

red 204 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #CC1B9C

Tints of Medium Violet Red #CC1B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 52.71%
G = 6.98%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC1B9C (or 0xCC1B9C) is known color: Medium Violet Red. HEX triplet: CC, 1B and 9C. RGB value is (204,27,156). Sum of RGB (Red+Green+Blue) = 204+27+156=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1B9C is #33E463. Grayscale: #5E5E5E. Windows color (decimal): -3400804 or 10230732. OLE color: 10230732.

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

Color convert

RGB 204 27 156 -
CMYK 0 0.87 0.24 0.2
HSL 316.27º 0.77% 0.45% -
HSV(B) 316.27º 0.87% 0.8% -
XYZ 31.29 16.02 32.9 -
YUV 94.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 204 27 156 0 0.87 0.24 0.2 316.27 0.77 0.45
Hex CC 1B 9C 0 57 18 14 13C 4D 2D
Octal 314 33 234 0 127 30 24 474 115 55
Binary 11001100 11011 10011100 0 1010111 11000 10100 100111100 1001101 101101

Color Harmonies of #CC1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B9C

Black with #CC1B9C

Text Example


Text Example

White with #CC1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B9C; }

 p { color: rgb(204,27,156); }

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

background-color css

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

 a { background-color: rgb(204,27,156); }

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

border-color css

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

 span { border-color: rgb(204,27,156); }

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