Html Css Color HEX #CC10BF Deep Magenta

📋 copy color: '#CC10BF'

red 204 ◦ green 16 ◦ blue 191

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

Shades of Deep Magenta #CC10BF

Tints of Deep Magenta #CC10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 49.64%
G = 3.89%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC10BF (or 0xCC10BF) is known color: Deep Magenta. HEX triplet: CC, 10 and BF. RGB value is (204,16,191). Sum of RGB (Red+Green+Blue) = 204+16+191=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10BF is #33EF40. Grayscale: #5B5B5B. Windows color (decimal): -3403585 or 12521676. OLE color: 12521676.

HSL color Cylindrical-coordinate representation of color #CC10BF: hue angle of 304.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC10BF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 16 191 -
CMYK 0 0.92 0.06 0.2
HSL 304.15º 0.85% 0.43% -
HSV(B) 304.15º 0.92% 0.8% -
XYZ 34.49 16.97 50.75 -
YUV 92.16 183.78 207.77 -
System Red Green Blue C M Y K H S L
Decimal 204 16 191 0 0.92 0.06 0.2 304.15 0.85 0.43
Hex CC 10 BF 0 5C 6 14 130 55 2B
Octal 314 20 277 0 134 6 24 460 125 53
Binary 11001100 10000 10111111 0 1011100 110 10100 100110000 1010101 101011

Color Harmonies of #CC10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10BF

Black with #CC10BF

Text Example


Text Example

White with #CC10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10BF; }

 p { color: rgb(204,16,191); }

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

background-color css

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

 a { background-color: rgb(204,16,191); }

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

border-color css

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

 span { border-color: rgb(204,16,191); }

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