Html Css Color HEX #CC34CF Fuchsia

📋 copy color: '#CC34CF'

red 204 ◦ green 52 ◦ blue 207

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

Shades of Fuchsia #CC34CF

Tints of Fuchsia #CC34CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 44.06%
G = 11.23%
B = 44.71%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC34CF (or 0xCC34CF) is known color: Fuchsia. HEX triplet: CC, 34 and CF. RGB value is (204,52,207). Sum of RGB (Red+Green+Blue) = 204+52+207=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34CF is #33CB30. Grayscale: #727272. Windows color (decimal): -3394353 or 13579468. OLE color: 13579468.

HSL color Cylindrical-coordinate representation of color #CC34CF: hue angle of 298.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34CF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 52 207 -
CMYK 0.01 0.75 0 0.19
HSL 298.84º 0.62% 0.51% -
HSV(B) 298.84º 0.75% 0.81% -
XYZ 37.39 19.8 60.88 -
YUV 115.12 179.86 191.4 -
System Red Green Blue C M Y K H S L
Decimal 204 52 207 0.01 0.75 0 0.19 298.84 0.62 0.51
Hex CC 34 CF 1 4B 0 13 12B 3E 33
Octal 314 64 317 1 113 0 23 453 76 63
Binary 11001100 110100 11001111 1 1001011 0 10011 100101011 111110 110011

Color Harmonies of #CC34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34CF

Black with #CC34CF

Text Example


Text Example

White with #CC34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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