Html Css Color HEX #CC40BF Fuchsia

📋 copy color: '#CC40BF'

red 204 ◦ green 64 ◦ blue 191

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

Shades of Fuchsia #CC40BF

Tints of Fuchsia #CC40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

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

R = 44.44%
G = 13.94%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC40BF (or 0xCC40BF) is known color: Fuchsia. HEX triplet: CC, 40 and BF. RGB value is (204,64,191). Sum of RGB (Red+Green+Blue) = 204+64+191=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40BF is #33BF40. Grayscale: #777777. Windows color (decimal): -3391297 or 12533964. OLE color: 12533964.

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

Color convert

RGB 204 64 191 -
CMYK 0 0.69 0.06 0.2
HSL 305.57º 0.58% 0.53% -
HSV(B) 305.57º 0.69% 0.8% -
XYZ 36.14 20.27 51.3 -
YUV 120.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 204 64 191 0 0.69 0.06 0.2 305.57 0.58 0.53
Hex CC 40 BF 0 45 6 14 132 3A 35
Octal 314 100 277 0 105 6 24 462 72 65
Binary 11001100 1000000 10111111 0 1000101 110 10100 100110010 111010 110101

Color Harmonies of #CC40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40BF

Black with #CC40BF

Text Example


Text Example

White with #CC40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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