Html Css Color HEX #CC4CCF Fuchsia

📋 copy color: '#CC4CCF'

red 204 ◦ green 76 ◦ blue 207

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

Shades of Fuchsia #CC4CCF

Tints of Fuchsia #CC4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 41.89%
G = 15.61%
B = 42.51%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC4CCF (or 0xCC4CCF) is known color: Fuchsia. HEX triplet: CC, 4C and CF. RGB value is (204,76,207). Sum of RGB (Red+Green+Blue) = 204+76+207=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CCF is #33B330. Grayscale: #808080. Windows color (decimal): -3388209 or 13585612. OLE color: 13585612.

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

Color convert

RGB 204 76 207 -
CMYK 0.01 0.63 0 0.19
HSL 298.63º 0.58% 0.55% -
HSV(B) 298.63º 0.63% 0.81% -
XYZ 38.75 22.51 61.33 -
YUV 129.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 204 76 207 0.01 0.63 0 0.19 298.63 0.58 0.55
Hex CC 4C CF 1 3F 0 13 12B 3A 37
Octal 314 114 317 1 77 0 23 453 72 67
Binary 11001100 1001100 11001111 1 111111 0 10011 100101011 111010 110111

Color Harmonies of #CC4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CCF

Black with #CC4CCF

Text Example


Text Example

White with #CC4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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