Html Css Color HEX #CC1BCF Deep Magenta

📋 copy color: '#CC1BCF'

red 204 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #CC1BCF

Tints of Deep Magenta #CC1BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 46.58%
G = 6.16%
B = 47.26%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC1BCF (or 0xCC1BCF) is known color: Deep Magenta. HEX triplet: CC, 1B and CF. RGB value is (204,27,207). Sum of RGB (Red+Green+Blue) = 204+27+207=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC1BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BCF is #33E430. Grayscale: #636363. Windows color (decimal): -3400753 or 13573068. OLE color: 13573068.

HSL color Cylindrical-coordinate representation of color #CC1BCF: hue angle of 299º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BCF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 27 207 -
CMYK 0.01 0.87 0 0.19
HSL 299º 0.77% 0.46% -
HSV(B) 299º 0.87% 0.81% -
XYZ 36.56 18.13 60.6 -
YUV 100.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 204 27 207 0.01 0.87 0 0.19 299 0.77 0.46
Hex CC 1B CF 1 57 0 13 12B 4D 2E
Octal 314 33 317 1 127 0 23 453 115 56
Binary 11001100 11011 11001111 1 1010111 0 10011 100101011 1001101 101110

Color Harmonies of #CC1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BCF

Black with #CC1BCF

Text Example


Text Example

White with #CC1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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