Html Css Color HEX #CC1CBE Deep Magenta

📋 copy color: '#CC1CBE'

red 204 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #CC1CBE

Tints of Deep Magenta #CC1CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 48.34%
G = 6.64%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC1CBE (or 0xCC1CBE) is known color: Deep Magenta. HEX triplet: CC, 1C and BE. RGB value is (204,28,190). Sum of RGB (Red+Green+Blue) = 204+28+190=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CBE is #33E341. Grayscale: #626262. Windows color (decimal): -3400514 or 12459212. OLE color: 12459212.

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

Color convert

RGB 204 28 190 -
CMYK 0 0.86 0.07 0.2
HSL 304.77º 0.76% 0.45% -
HSV(B) 304.77º 0.86% 0.8% -
XYZ 34.61 17.39 50.25 -
YUV 99.09 179.31 202.83 -
System Red Green Blue C M Y K H S L
Decimal 204 28 190 0 0.86 0.07 0.2 304.77 0.76 0.45
Hex CC 1C BE 0 56 7 14 131 4C 2D
Octal 314 34 276 0 126 7 24 461 114 55
Binary 11001100 11100 10111110 0 1010110 111 10100 100110001 1001100 101101

Color Harmonies of #CC1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CBE

Black with #CC1CBE

Text Example


Text Example

White with #CC1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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