Html Css Color HEX #CC30C4 Fuchsia

📋 copy color: '#CC30C4'

red 204 ◦ green 48 ◦ blue 196

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

Shades of Fuchsia #CC30C4

Tints of Fuchsia #CC30C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 45.54%
G = 10.71%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC30C4 (or 0xCC30C4) is known color: Fuchsia. HEX triplet: CC, 30 and C4. RGB value is (204,48,196). Sum of RGB (Red+Green+Blue) = 204+48+196=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30C4 is #33CF3B. Grayscale: #6F6F6F. Windows color (decimal): -3395388 or 12857548. OLE color: 12857548.

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

Color convert

RGB 204 48 196 -
CMYK 0 0.76 0.04 0.2
HSL 303.08º 0.62% 0.49% -
HSV(B) 303.08º 0.76% 0.8% -
XYZ 35.92 18.94 53.99 -
YUV 111.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 204 48 196 0 0.76 0.04 0.2 303.08 0.62 0.49
Hex CC 30 C4 0 4C 4 14 12F 3E 31
Octal 314 60 304 0 114 4 24 457 76 61
Binary 11001100 110000 11000100 0 1001100 100 10100 100101111 111110 110001

Color Harmonies of #CC30C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30C4

Black with #CC30C4

Text Example


Text Example

White with #CC30C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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