Html Css Color HEX #CC1B6E Medium Violet Red

📋 copy color: '#CC1B6E'

red 204 ◦ green 27 ◦ blue 110

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

Shades of Medium Violet Red #CC1B6E

Tints of Medium Violet Red #CC1B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 59.82%
G = 7.92%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC1B6E (or 0xCC1B6E) is known color: Medium Violet Red. HEX triplet: CC, 1B and 6E. RGB value is (204,27,110). Sum of RGB (Red+Green+Blue) = 204+27+110=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B6E is #33E491. Grayscale: #595959. Windows color (decimal): -3400850 or 7216076. OLE color: 7216076.

HSL color Cylindrical-coordinate representation of color #CC1B6E: hue angle of 331.86º 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 #CC1B6E is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 27 110 -
CMYK 0 0.87 0.46 0.2
HSL 331.86º 0.77% 0.45% -
HSV(B) 331.86º 0.87% 0.8% -
XYZ 28.11 14.75 16.12 -
YUV 89.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 204 27 110 0 0.87 0.46 0.2 331.86 0.77 0.45
Hex CC 1B 6E 0 57 2E 14 14C 4D 2D
Octal 314 33 156 0 127 56 24 514 115 55
Binary 11001100 11011 1101110 0 1010111 101110 10100 101001100 1001101 101101

Color Harmonies of #CC1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B6E

Black with #CC1B6E

Text Example


Text Example

White with #CC1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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