Html Css Color HEX #CC1FBC Deep Magenta

📋 copy color: '#CC1FBC'

red 204 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #CC1FBC

Tints of Deep Magenta #CC1FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.33%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 48.23%
G = 7.33%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC1FBC (or 0xCC1FBC) is known color: Deep Magenta. HEX triplet: CC, 1F and BC. RGB value is (204,31,188). Sum of RGB (Red+Green+Blue) = 204+31+188=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FBC is #33E043. Grayscale: #646464. Windows color (decimal): -3399748 or 12328908. OLE color: 12328908.

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

Color convert

RGB 204 31 188 -
CMYK 0 0.85 0.08 0.2
HSL 305.55º 0.74% 0.46% -
HSV(B) 305.55º 0.85% 0.8% -
XYZ 34.47 17.45 49.13 -
YUV 100.63 177.31 201.73 -
System Red Green Blue C M Y K H S L
Decimal 204 31 188 0 0.85 0.08 0.2 305.55 0.74 0.46
Hex CC 1F BC 0 55 8 14 132 4A 2E
Octal 314 37 274 0 125 10 24 462 112 56
Binary 11001100 11111 10111100 0 1010101 1000 10100 100110010 1001010 101110

Color Harmonies of #CC1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FBC

Black with #CC1FBC

Text Example


Text Example

White with #CC1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FBC; }

 p { color: rgb(204,31,188); }

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

background-color css

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

 a { background-color: rgb(204,31,188); }

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

border-color css

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

 span { border-color: rgb(204,31,188); }

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