Html Css Color HEX #CC3ECF Fuchsia

📋 copy color: '#CC3ECF'

red 204 ◦ green 62 ◦ blue 207

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

Shades of Fuchsia #CC3ECF

Tints of Fuchsia #CC3ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.11%

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

R = 43.13%
G = 13.11%
B = 43.76%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC3ECF (or 0xCC3ECF) is known color: Fuchsia. HEX triplet: CC, 3E and CF. RGB value is (204,62,207). Sum of RGB (Red+Green+Blue) = 204+62+207=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ECF is #33C130. Grayscale: #787878. Windows color (decimal): -3391793 or 13582028. OLE color: 13582028.

HSL color Cylindrical-coordinate representation of color #CC3ECF: hue angle of 298.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3ECF is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 62 207 -
CMYK 0.01 0.70 0 0.19
HSL 298.76º 0.6% 0.53% -
HSV(B) 298.76º 0.7% 0.81% -
XYZ 37.89 20.79 61.05 -
YUV 120.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 204 62 207 0.01 0.70 0 0.19 298.76 0.6 0.53
Hex CC 3E CF 1 46 0 13 12B 3C 35
Octal 314 76 317 1 106 0 23 453 74 65
Binary 11001100 111110 11001111 1 1000110 0 10011 100101011 111100 110101

Color Harmonies of #CC3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ECF

Black with #CC3ECF

Text Example


Text Example

White with #CC3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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