Html Css Color HEX #CC0FBF Deep Magenta

📋 copy color: '#CC0FBF'

red 204 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #CC0FBF

Tints of Deep Magenta #CC0FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.66%

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

R = 49.76%
G = 3.66%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC0FBF (or 0xCC0FBF) is known color: Deep Magenta. HEX triplet: CC, 0F and BF. RGB value is (204,15,191). Sum of RGB (Red+Green+Blue) = 204+15+191=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FBF is #33F040. Grayscale: #5B5B5B. Windows color (decimal): -3403841 or 12521420. OLE color: 12521420.

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

Color convert

RGB 204 15 191 -
CMYK 0 0.93 0.06 0.2
HSL 304.13º 0.86% 0.43% -
HSV(B) 304.13º 0.93% 0.8% -
XYZ 34.48 16.94 50.74 -
YUV 91.58 184.12 208.19 -
System Red Green Blue C M Y K H S L
Decimal 204 15 191 0 0.93 0.06 0.2 304.13 0.86 0.43
Hex CC F BF 0 5D 6 14 130 56 2B
Octal 314 17 277 0 135 6 24 460 126 53
Binary 11001100 1111 10111111 0 1011101 110 10100 100110000 1010110 101011

Color Harmonies of #CC0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FBF

Black with #CC0FBF

Text Example


Text Example

White with #CC0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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