Html Css Color HEX #CC30BC Fuchsia

📋 copy color: '#CC30BC'

red 204 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #CC30BC

Tints of Fuchsia #CC30BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 46.36%
G = 10.91%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC30BC (or 0xCC30BC) is known color: Fuchsia. HEX triplet: CC, 30 and BC. RGB value is (204,48,188). Sum of RGB (Red+Green+Blue) = 204+48+188=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30BC is #33CF43. Grayscale: #6E6E6E. Windows color (decimal): -3395396 or 12333260. OLE color: 12333260.

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

Color convert

RGB 204 48 188 -
CMYK 0 0.76 0.08 0.2
HSL 306.15º 0.62% 0.49% -
HSV(B) 306.15º 0.76% 0.8% -
XYZ 35.04 18.58 49.32 -
YUV 110.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 204 48 188 0 0.76 0.08 0.2 306.15 0.62 0.49
Hex CC 30 BC 0 4C 8 14 132 3E 31
Octal 314 60 274 0 114 10 24 462 76 61
Binary 11001100 110000 10111100 0 1001100 1000 10100 100110010 111110 110001

Color Harmonies of #CC30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30BC

Black with #CC30BC

Text Example


Text Example

White with #CC30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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