Html Css Color HEX #CC34BC Fuchsia

📋 copy color: '#CC34BC'

red 204 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #CC34BC

Tints of Fuchsia #CC34BC

RGB

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

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

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

R = 45.95%
G = 11.71%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC34BC (or 0xCC34BC) is known color: Fuchsia. HEX triplet: CC, 34 and BC. RGB value is (204,52,188). Sum of RGB (Red+Green+Blue) = 204+52+188=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34BC is #33CB43. Grayscale: #707070. Windows color (decimal): -3394372 or 12334284. OLE color: 12334284.

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

Color convert

RGB 204 52 188 -
CMYK 0 0.75 0.08 0.2
HSL 306.32º 0.6% 0.5% -
HSV(B) 306.32º 0.75% 0.8% -
XYZ 35.21 18.92 49.37 -
YUV 112.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 204 52 188 0 0.75 0.08 0.2 306.32 0.6 0.5
Hex CC 34 BC 0 4B 8 14 132 3C 32
Octal 314 64 274 0 113 10 24 462 74 62
Binary 11001100 110100 10111100 0 1001011 1000 10100 100110010 111100 110010

Color Harmonies of #CC34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34BC

Black with #CC34BC

Text Example


Text Example

White with #CC34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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