Html Css Color HEX #CC34B5 Fuchsia

📋 copy color: '#CC34B5'

red 204 ◦ green 52 ◦ blue 181

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

Shades of Fuchsia #CC34B5

Tints of Fuchsia #CC34B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 46.68%
G = 11.9%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC34B5 (or 0xCC34B5) is known color: Fuchsia. HEX triplet: CC, 34 and B5. RGB value is (204,52,181). Sum of RGB (Red+Green+Blue) = 204+52+181=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34B5 is #33CB4A. Grayscale: #6F6F6F. Windows color (decimal): -3394379 or 11875532. OLE color: 11875532.

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

Color convert

RGB 204 52 181 -
CMYK 0 0.75 0.11 0.2
HSL 309.08º 0.6% 0.5% -
HSV(B) 309.08º 0.75% 0.8% -
XYZ 34.47 18.63 45.5 -
YUV 112.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 204 52 181 0 0.75 0.11 0.2 309.08 0.6 0.5
Hex CC 34 B5 0 4B B 14 135 3C 32
Octal 314 64 265 0 113 13 24 465 74 62
Binary 11001100 110100 10110101 0 1001011 1011 10100 100110101 111100 110010

Color Harmonies of #CC34B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34B5

Black with #CC34B5

Text Example


Text Example

White with #CC34B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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