Html Css Color HEX #CC4BC8 Fuchsia

📋 copy color: '#CC4BC8'

red 204 ◦ green 75 ◦ blue 200

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

Shades of Fuchsia #CC4BC8

Tints of Fuchsia #CC4BC8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.66%

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 42.59%
G = 15.66%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC4BC8 (or 0xCC4BC8) is known color: Fuchsia. HEX triplet: CC, 4B and C8. RGB value is (204,75,200). Sum of RGB (Red+Green+Blue) = 204+75+200=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BC8 is #33B437. Grayscale: #7F7F7F. Windows color (decimal): -3388472 or 13126604. OLE color: 13126604.

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

Color convert

RGB 204 75 200 -
CMYK 0 0.63 0.02 0.2
HSL 301.86º 0.56% 0.55% -
HSV(B) 301.86º 0.63% 0.8% -
XYZ 37.84 22.04 56.9 -
YUV 127.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 204 75 200 0 0.63 0.02 0.2 301.86 0.56 0.55
Hex CC 4B C8 0 3F 2 14 12E 38 37
Octal 314 113 310 0 77 2 24 456 70 67
Binary 11001100 1001011 11001000 0 111111 10 10100 100101110 111000 110111

Color Harmonies of #CC4BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BC8

Black with #CC4BC8

Text Example


Text Example

White with #CC4BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BC8; }

 p { color: rgb(204,75,200); }

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

background-color css

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

 a { background-color: rgb(204,75,200); }

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

border-color css

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

 span { border-color: rgb(204,75,200); }

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