Html Css Color HEX #CC34AD Fuchsia

📋 copy color: '#CC34AD'

red 204 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #CC34AD

Tints of Fuchsia #CC34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

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

R = 47.55%
G = 12.12%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC34AD (or 0xCC34AD) is known color: Fuchsia. HEX triplet: CC, 34 and AD. RGB value is (204,52,173). Sum of RGB (Red+Green+Blue) = 204+52+173=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34AD is #33CB52. Grayscale: #6E6E6E. Windows color (decimal): -3394387 or 11351244. OLE color: 11351244.

HSL color Cylindrical-coordinate representation of color #CC34AD: hue angle of 312.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34AD is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 173 -
CMYK 0 0.75 0.15 0.2
HSL 312.24º 0.6% 0.5% -
HSV(B) 312.24º 0.75% 0.8% -
XYZ 33.67 18.31 41.29 -
YUV 111.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 204 52 173 0 0.75 0.15 0.2 312.24 0.6 0.5
Hex CC 34 AD 0 4B F 14 138 3C 32
Octal 314 64 255 0 113 17 24 470 74 62
Binary 11001100 110100 10101101 0 1001011 1111 10100 100111000 111100 110010

Color Harmonies of #CC34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34AD

Black with #CC34AD

Text Example


Text Example

White with #CC34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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