Html Css Color HEX #CC50C0 Fuchsia

📋 copy color: '#CC50C0'

red 204 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #CC50C0

Tints of Fuchsia #CC50C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 42.86%
G = 16.81%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC50C0 (or 0xCC50C0) is known color: Fuchsia. HEX triplet: CC, 50 and C0. RGB value is (204,80,192). Sum of RGB (Red+Green+Blue) = 204+80+192=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50C0 is #33AF3F. Grayscale: #818181. Windows color (decimal): -3387200 or 12603596. OLE color: 12603596.

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

Color convert

RGB 204 80 192 -
CMYK 0 0.61 0.06 0.2
HSL 305.81º 0.55% 0.56% -
HSV(B) 305.81º 0.61% 0.8% -
XYZ 37.28 22.38 52.22 -
YUV 129.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 204 80 192 0 0.61 0.06 0.2 305.81 0.55 0.56
Hex CC 50 C0 0 3D 6 14 132 37 38
Octal 314 120 300 0 75 6 24 462 67 70
Binary 11001100 1010000 11000000 0 111101 110 10100 100110010 110111 111000

Color Harmonies of #CC50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50C0

Black with #CC50C0

Text Example


Text Example

White with #CC50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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