Html Css Color HEX #CC34D1 Fuchsia

📋 copy color: '#CC34D1'

red 204 ◦ green 52 ◦ blue 209

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

Shades of Fuchsia #CC34D1

Tints of Fuchsia #CC34D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 43.87%
G = 11.18%
B = 44.95%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC34D1 (or 0xCC34D1) is known color: Fuchsia. HEX triplet: CC, 34 and D1. RGB value is (204,52,209). Sum of RGB (Red+Green+Blue) = 204+52+209=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC34D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34D1 is #33CB2E. Grayscale: #727272. Windows color (decimal): -3394351 or 13710540. OLE color: 13710540.

HSL color Cylindrical-coordinate representation of color #CC34D1: hue angle of 298.09º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34D1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 52 209 -
CMYK 0.02 0.75 0 0.18
HSL 298.09º 0.63% 0.51% -
HSV(B) 298.09º 0.75% 0.82% -
XYZ 37.64 19.9 62.18 -
YUV 115.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 204 52 209 0.02 0.75 0 0.18 298.09 0.63 0.51
Hex CC 34 D1 2 4B 0 12 12A 3F 33
Octal 314 64 321 2 113 0 22 452 77 63
Binary 11001100 110100 11010001 10 1001011 0 10010 100101010 111111 110011

Color Harmonies of #CC34D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34D1

Black with #CC34D1

Text Example


Text Example

White with #CC34D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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