Html Css Color HEX #CC30D0 Fuchsia

📋 copy color: '#CC30D0'

red 204 ◦ green 48 ◦ blue 208

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

Shades of Fuchsia #CC30D0

Tints of Fuchsia #CC30D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 44.35%
G = 10.43%
B = 45.22%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC30D0 (or 0xCC30D0) is known color: Fuchsia. HEX triplet: CC, 30 and D0. RGB value is (204,48,208). Sum of RGB (Red+Green+Blue) = 204+48+208=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC30D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D0 is #33CF2F. Grayscale: #707070. Windows color (decimal): -3395376 or 13643980. OLE color: 13643980.

HSL color Cylindrical-coordinate representation of color #CC30D0: hue angle of 298.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC30D0 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 48 208 -
CMYK 0.02 0.77 0 0.18
HSL 298.5º 0.63% 0.5% -
HSV(B) 298.5º 0.77% 0.82% -
XYZ 37.34 19.51 61.47 -
YUV 112.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 204 48 208 0.02 0.77 0 0.18 298.5 0.63 0.5
Hex CC 30 D0 2 4D 0 12 12A 3F 32
Octal 314 60 320 2 115 0 22 452 77 62
Binary 11001100 110000 11010000 10 1001101 0 10010 100101010 111111 110010

Color Harmonies of #CC30D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30D0

Black with #CC30D0

Text Example


Text Example

White with #CC30D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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