Html Css Color HEX #CC30AD Fuchsia

📋 copy color: '#CC30AD'

red 204 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #CC30AD

Tints of Fuchsia #CC30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 48%
G = 11.29%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC30AD (or 0xCC30AD) is known color: Fuchsia. HEX triplet: CC, 30 and AD. RGB value is (204,48,173). Sum of RGB (Red+Green+Blue) = 204+48+173=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC30AD is #33CF52. Grayscale: #6C6C6C. Windows color (decimal): -3395411 or 11350220. OLE color: 11350220.

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

Color convert

RGB 204 48 173 -
CMYK 0 0.76 0.15 0.2
HSL 311.92º 0.62% 0.49% -
HSV(B) 311.92º 0.76% 0.8% -
XYZ 33.5 17.97 41.24 -
YUV 108.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 204 48 173 0 0.76 0.15 0.2 311.92 0.62 0.49
Hex CC 30 AD 0 4C F 14 138 3E 31
Octal 314 60 255 0 114 17 24 470 76 61
Binary 11001100 110000 10101101 0 1001100 1111 10100 100111000 111110 110001

Color Harmonies of #CC30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30AD

Black with #CC30AD

Text Example


Text Example

White with #CC30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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