Html Css Color HEX #CC50BB Fuchsia

📋 copy color: '#CC50BB'

red 204 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #CC50BB

Tints of Fuchsia #CC50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 43.31%
G = 16.99%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC50BB (or 0xCC50BB) is known color: Fuchsia. HEX triplet: CC, 50 and BB. RGB value is (204,80,187). Sum of RGB (Red+Green+Blue) = 204+80+187=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50BB is #33AF44. Grayscale: #808080. Windows color (decimal): -3387205 or 12275916. OLE color: 12275916.

HSL color Cylindrical-coordinate representation of color #CC50BB: hue angle of 308.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC50BB is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 187 -
CMYK 0 0.61 0.08 0.2
HSL 308.23º 0.55% 0.56% -
HSV(B) 308.23º 0.61% 0.8% -
XYZ 36.74 22.16 49.36 -
YUV 129.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 204 80 187 0 0.61 0.08 0.2 308.23 0.55 0.56
Hex CC 50 BB 0 3D 8 14 134 37 38
Octal 314 120 273 0 75 10 24 464 67 70
Binary 11001100 1010000 10111011 0 111101 1000 10100 100110100 110111 111000

Color Harmonies of #CC50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50BB

Black with #CC50BB

Text Example


Text Example

White with #CC50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50BB; }

 p { color: rgb(204,80,187); }

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

background-color css

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

 a { background-color: rgb(204,80,187); }

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

border-color css

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

 span { border-color: rgb(204,80,187); }

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