Html Css Color HEX #CC30C8 Fuchsia

📋 copy color: '#CC30C8'

red 204 ◦ green 48 ◦ blue 200

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

Shades of Fuchsia #CC30C8

Tints of Fuchsia #CC30C8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.62%

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

R = 45.13%
G = 10.62%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC30C8 (or 0xCC30C8) is known color: Fuchsia. HEX triplet: CC, 30 and C8. RGB value is (204,48,200). Sum of RGB (Red+Green+Blue) = 204+48+200=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30C8 is #33CF37. Grayscale: #6F6F6F. Windows color (decimal): -3395384 or 13119692. OLE color: 13119692.

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

Color convert

RGB 204 48 200 -
CMYK 0 0.76 0.02 0.2
HSL 301.54º 0.62% 0.49% -
HSV(B) 301.54º 0.76% 0.8% -
XYZ 36.38 19.12 56.42 -
YUV 111.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 204 48 200 0 0.76 0.02 0.2 301.54 0.62 0.49
Hex CC 30 C8 0 4C 2 14 12E 3E 31
Octal 314 60 310 0 114 2 24 456 76 61
Binary 11001100 110000 11001000 0 1001100 10 10100 100101110 111110 110001

Color Harmonies of #CC30C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30C8

Black with #CC30C8

Text Example


Text Example

White with #CC30C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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