Html Css Color HEX #CC50B9 Fuchsia

📋 copy color: '#CC50B9'

red 204 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #CC50B9

Tints of Fuchsia #CC50B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 43.5%
G = 17.06%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC50B9 (or 0xCC50B9) is known color: Fuchsia. HEX triplet: CC, 50 and B9. RGB value is (204,80,185). Sum of RGB (Red+Green+Blue) = 204+80+185=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50B9 is #33AF46. Grayscale: #808080. Windows color (decimal): -3387207 or 12144844. OLE color: 12144844.

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

Color convert

RGB 204 80 185 -
CMYK 0 0.61 0.09 0.2
HSL 309.19º 0.55% 0.56% -
HSV(B) 309.19º 0.61% 0.8% -
XYZ 36.53 22.08 48.24 -
YUV 129.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 204 80 185 0 0.61 0.09 0.2 309.19 0.55 0.56
Hex CC 50 B9 0 3D 9 14 135 37 38
Octal 314 120 271 0 75 11 24 465 67 70
Binary 11001100 1010000 10111001 0 111101 1001 10100 100110101 110111 111000

Color Harmonies of #CC50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50B9

Black with #CC50B9

Text Example


Text Example

White with #CC50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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