Html Css Color HEX #CC34B8 Fuchsia

📋 copy color: '#CC34B8'

red 204 ◦ green 52 ◦ blue 184

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

Shades of Fuchsia #CC34B8

Tints of Fuchsia #CC34B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 46.36%
G = 11.82%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC34B8 (or 0xCC34B8) is known color: Fuchsia. HEX triplet: CC, 34 and B8. RGB value is (204,52,184). Sum of RGB (Red+Green+Blue) = 204+52+184=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34B8 is #33CB47. Grayscale: #707070. Windows color (decimal): -3394376 or 12072140. OLE color: 12072140.

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

Color convert

RGB 204 52 184 -
CMYK 0 0.75 0.10 0.2
HSL 307.89º 0.6% 0.5% -
HSV(B) 307.89º 0.75% 0.8% -
XYZ 34.78 18.75 47.13 -
YUV 112.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 204 52 184 0 0.75 0.10 0.2 307.89 0.6 0.5
Hex CC 34 B8 0 4B A 14 134 3C 32
Octal 314 64 270 0 113 12 24 464 74 62
Binary 11001100 110100 10111000 0 1001011 1010 10100 100110100 111100 110010

Color Harmonies of #CC34B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34B8

Black with #CC34B8

Text Example


Text Example

White with #CC34B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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