Html Css Color HEX #CC30CC Fuchsia

📋 copy color: '#CC30CC'

red 204 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #CC30CC

Tints of Fuchsia #CC30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 44.74%
G = 10.53%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC30CC (or 0xCC30CC) is known color: Fuchsia. HEX triplet: CC, 30 and CC. RGB value is (204,48,204). Sum of RGB (Red+Green+Blue) = 204+48+204=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30CC is #33CF33. Grayscale: #6F6F6F. Windows color (decimal): -3395380 or 13381836. OLE color: 13381836.

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

Color convert

RGB 204 48 204 -
CMYK 0 0.76 0 0.2
HSL 300º 0.62% 0.49% -
HSV(B) 300º 0.76% 0.8% -
XYZ 36.86 19.31 58.91 -
YUV 112.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 204 48 204 0 0.76 0 0.2 300 0.62 0.49
Hex CC 30 CC 0 4C 0 14 12C 3E 31
Octal 314 60 314 0 114 0 24 454 76 61
Binary 11001100 110000 11001100 0 1001100 0 10100 100101100 111110 110001

Color Harmonies of #CC30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30CC

Black with #CC30CC

Text Example


Text Example

White with #CC30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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