Html Css Color HEX #CC3FC8 Fuchsia

📋 copy color: '#CC3FC8'

red 204 ◦ green 63 ◦ blue 200

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

Shades of Fuchsia #CC3FC8

Tints of Fuchsia #CC3FC8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.49%

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

R = 43.68%
G = 13.49%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC3FC8 (or 0xCC3FC8) is known color: Fuchsia. HEX triplet: CC, 3F and C8. RGB value is (204,63,200). Sum of RGB (Red+Green+Blue) = 204+63+200=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FC8 is #33C037. Grayscale: #787878. Windows color (decimal): -3391544 or 13123532. OLE color: 13123532.

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

Color convert

RGB 204 63 200 -
CMYK 0 0.69 0.02 0.2
HSL 301.7º 0.58% 0.52% -
HSV(B) 301.7º 0.69% 0.8% -
XYZ 37.1 20.56 56.66 -
YUV 120.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 204 63 200 0 0.69 0.02 0.2 301.7 0.58 0.52
Hex CC 3F C8 0 45 2 14 12E 3A 34
Octal 314 77 310 0 105 2 24 456 72 64
Binary 11001100 111111 11001000 0 1000101 10 10100 100101110 111010 110100

Color Harmonies of #CC3FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FC8

Black with #CC3FC8

Text Example


Text Example

White with #CC3FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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