Html Css Color HEX #CC54CB Fuchsia

📋 copy color: '#CC54CB'

red 204 ◦ green 84 ◦ blue 203

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

Shades of Fuchsia #CC54CB

Tints of Fuchsia #CC54CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

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

R = 41.55%
G = 17.11%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC54CB (or 0xCC54CB) is known color: Fuchsia. HEX triplet: CC, 54 and CB. RGB value is (204,84,203). Sum of RGB (Red+Green+Blue) = 204+84+203=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54CB is #33AB34. Grayscale: #858585. Windows color (decimal): -3386165 or 13325516. OLE color: 13325516.

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

Color convert

RGB 204 84 203 -
CMYK 0 0.59 0.00 0.2
HSL 300.5º 0.54% 0.56% -
HSV(B) 300.5º 0.59% 0.8% -
XYZ 38.85 23.49 58.99 -
YUV 133.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 204 84 203 0 0.59 0.00 0.2 300.5 0.54 0.56
Hex CC 54 CB 0 3B 0 14 12C 36 38
Octal 314 124 313 0 73 0 24 454 66 70
Binary 11001100 1010100 11001011 0 111011 0 10100 100101100 110110 111000

Color Harmonies of #CC54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54CB

Black with #CC54CB

Text Example


Text Example

White with #CC54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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