Html Css Color HEX #CC3FAF Fuchsia

📋 copy color: '#CC3FAF'

red 204 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #CC3FAF

Tints of Fuchsia #CC3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.25%

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

R = 46.15%
G = 14.25%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC3FAF (or 0xCC3FAF) is known color: Fuchsia. HEX triplet: CC, 3F and AF. RGB value is (204,63,175). Sum of RGB (Red+Green+Blue) = 204+63+175=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3FAF is #33C050. Grayscale: #757575. Windows color (decimal): -3391569 or 11485132. OLE color: 11485132.

HSL color Cylindrical-coordinate representation of color #CC3FAF: hue angle of 312.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FAF is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 175 -
CMYK 0 0.69 0.14 0.2
HSL 312.34º 0.58% 0.52% -
HSV(B) 312.34º 0.69% 0.8% -
XYZ 34.42 19.49 42.5 -
YUV 117.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 204 63 175 0 0.69 0.14 0.2 312.34 0.58 0.52
Hex CC 3F AF 0 45 E 14 138 3A 34
Octal 314 77 257 0 105 16 24 470 72 64
Binary 11001100 111111 10101111 0 1000101 1110 10100 100111000 111010 110100

Color Harmonies of #CC3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FAF

Black with #CC3FAF

Text Example


Text Example

White with #CC3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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