Html Css Color HEX #CC1FBA Deep Magenta

📋 copy color: '#CC1FBA'

red 204 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #CC1FBA

Tints of Deep Magenta #CC1FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 48.46%
G = 7.36%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC1FBA (or 0xCC1FBA) is known color: Deep Magenta. HEX triplet: CC, 1F and BA. RGB value is (204,31,186). Sum of RGB (Red+Green+Blue) = 204+31+186=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FBA is #33E045. Grayscale: #636363. Windows color (decimal): -3399750 or 12197836. OLE color: 12197836.

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

Color convert

RGB 204 31 186 -
CMYK 0 0.85 0.09 0.2
HSL 306.24º 0.74% 0.46% -
HSV(B) 306.24º 0.85% 0.8% -
XYZ 34.25 17.36 48 -
YUV 100.4 176.31 201.9 -
System Red Green Blue C M Y K H S L
Decimal 204 31 186 0 0.85 0.09 0.2 306.24 0.74 0.46
Hex CC 1F BA 0 55 9 14 132 4A 2E
Octal 314 37 272 0 125 11 24 462 112 56
Binary 11001100 11111 10111010 0 1010101 1001 10100 100110010 1001010 101110

Color Harmonies of #CC1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FBA

Black with #CC1FBA

Text Example


Text Example

White with #CC1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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