Html Css Color HEX #CC2CCF Fuchsia

📋 copy color: '#CC2CCF'

red 204 ◦ green 44 ◦ blue 207

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

Shades of Fuchsia #CC2CCF

Tints of Fuchsia #CC2CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.67%

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

R = 44.84%
G = 9.67%
B = 45.49%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC2CCF (or 0xCC2CCF) is known color: Fuchsia. HEX triplet: CC, 2C and CF. RGB value is (204,44,207). Sum of RGB (Red+Green+Blue) = 204+44+207=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CCF is #33D330. Grayscale: #6D6D6D. Windows color (decimal): -3396401 or 13577420. OLE color: 13577420.

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

Color convert

RGB 204 44 207 -
CMYK 0.01 0.79 0 0.19
HSL 298.9º 0.65% 0.49% -
HSV(B) 298.9º 0.79% 0.81% -
XYZ 37.07 19.14 60.77 -
YUV 110.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 204 44 207 0.01 0.79 0 0.19 298.9 0.65 0.49
Hex CC 2C CF 1 4F 0 13 12B 41 31
Octal 314 54 317 1 117 0 23 453 101 61
Binary 11001100 101100 11001111 1 1001111 0 10011 100101011 1000001 110001

Color Harmonies of #CC2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CCF

Black with #CC2CCF

Text Example


Text Example

White with #CC2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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