Html Css Color HEX #CC30BA Fuchsia

📋 copy color: '#CC30BA'

red 204 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #CC30BA

Tints of Fuchsia #CC30BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 46.58%
G = 10.96%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC30BA (or 0xCC30BA) is known color: Fuchsia. HEX triplet: CC, 30 and BA. RGB value is (204,48,186). Sum of RGB (Red+Green+Blue) = 204+48+186=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30BA is #33CF45. Grayscale: #6D6D6D. Windows color (decimal): -3395398 or 12202188. OLE color: 12202188.

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

Color convert

RGB 204 48 186 -
CMYK 0 0.76 0.09 0.2
HSL 306.92º 0.62% 0.49% -
HSV(B) 306.92º 0.76% 0.8% -
XYZ 34.82 18.5 48.19 -
YUV 110.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 204 48 186 0 0.76 0.09 0.2 306.92 0.62 0.49
Hex CC 30 BA 0 4C 9 14 133 3E 31
Octal 314 60 272 0 114 11 24 463 76 61
Binary 11001100 110000 10111010 0 1001100 1001 10100 100110011 111110 110001

Color Harmonies of #CC30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30BA

Black with #CC30BA

Text Example


Text Example

White with #CC30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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