Html Css Color HEX #CC1FBE Deep Magenta

📋 copy color: '#CC1FBE'

red 204 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #CC1FBE

Tints of Deep Magenta #CC1FBE

RGB

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

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

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

R = 48%
G = 7.29%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC1FBE (or 0xCC1FBE) is known color: Deep Magenta. HEX triplet: CC, 1F and BE. RGB value is (204,31,190). Sum of RGB (Red+Green+Blue) = 204+31+190=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FBE is #33E041. Grayscale: #646464. Windows color (decimal): -3399746 or 12459980. OLE color: 12459980.

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

Color convert

RGB 204 31 190 -
CMYK 0 0.85 0.07 0.2
HSL 304.86º 0.74% 0.46% -
HSV(B) 304.86º 0.85% 0.8% -
XYZ 34.69 17.54 50.27 -
YUV 100.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 204 31 190 0 0.85 0.07 0.2 304.86 0.74 0.46
Hex CC 1F BE 0 55 7 14 131 4A 2E
Octal 314 37 276 0 125 7 24 461 112 56
Binary 11001100 11111 10111110 0 1010101 111 10100 100110001 1001010 101110

Color Harmonies of #CC1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FBE

Black with #CC1FBE

Text Example


Text Example

White with #CC1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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