Html Css Color HEX #CC50CB Fuchsia

📋 copy color: '#CC50CB'

red 204 ◦ green 80 ◦ blue 203

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

Shades of Fuchsia #CC50CB

Tints of Fuchsia #CC50CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 41.89%
G = 16.43%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC50CB (or 0xCC50CB) is known color: Fuchsia. HEX triplet: CC, 50 and CB. RGB value is (204,80,203). Sum of RGB (Red+Green+Blue) = 204+80+203=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50CB is #33AF34. Grayscale: #828282. Windows color (decimal): -3387189 or 13324492. OLE color: 13324492.

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

Color convert

RGB 204 80 203 -
CMYK 0 0.61 0.00 0.2
HSL 300.48º 0.55% 0.56% -
HSV(B) 300.48º 0.61% 0.8% -
XYZ 38.55 22.89 58.89 -
YUV 131.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 204 80 203 0 0.61 0.00 0.2 300.48 0.55 0.56
Hex CC 50 CB 0 3D 0 14 12C 37 38
Octal 314 120 313 0 75 0 24 454 67 70
Binary 11001100 1010000 11001011 0 111101 0 10100 100101100 110111 111000

Color Harmonies of #CC50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50CB

Black with #CC50CB

Text Example


Text Example

White with #CC50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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