Html Css Color HEX #CC34AF Fuchsia

📋 copy color: '#CC34AF'

red 204 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #CC34AF

Tints of Fuchsia #CC34AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 47.33%
G = 12.06%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC34AF (or 0xCC34AF) is known color: Fuchsia. HEX triplet: CC, 34 and AF. RGB value is (204,52,175). Sum of RGB (Red+Green+Blue) = 204+52+175=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34AF is #33CB50. Grayscale: #6F6F6F. Windows color (decimal): -3394385 or 11482316. OLE color: 11482316.

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

Color convert

RGB 204 52 175 -
CMYK 0 0.75 0.14 0.2
HSL 311.45º 0.6% 0.5% -
HSV(B) 311.45º 0.75% 0.8% -
XYZ 33.87 18.39 42.32 -
YUV 111.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 204 52 175 0 0.75 0.14 0.2 311.45 0.6 0.5
Hex CC 34 AF 0 4B E 14 137 3C 32
Octal 314 64 257 0 113 16 24 467 74 62
Binary 11001100 110100 10101111 0 1001011 1110 10100 100110111 111100 110010

Color Harmonies of #CC34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34AF

Black with #CC34AF

Text Example


Text Example

White with #CC34AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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