Html Css Color HEX #CC44CF Fuchsia

📋 copy color: '#CC44CF'

red 204 ◦ green 68 ◦ blue 207

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

Shades of Fuchsia #CC44CF

Tints of Fuchsia #CC44CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.2%

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

R = 42.59%
G = 14.2%
B = 43.22%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC44CF (or 0xCC44CF) is known color: Fuchsia. HEX triplet: CC, 44 and CF. RGB value is (204,68,207). Sum of RGB (Red+Green+Blue) = 204+68+207=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44CF is #33BB30. Grayscale: #7C7C7C. Windows color (decimal): -3390257 or 13583564. OLE color: 13583564.

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

Color convert

RGB 204 68 207 -
CMYK 0.01 0.67 0 0.19
HSL 298.71º 0.59% 0.54% -
HSV(B) 298.71º 0.67% 0.81% -
XYZ 38.23 21.48 61.16 -
YUV 124.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 204 68 207 0.01 0.67 0 0.19 298.71 0.59 0.54
Hex CC 44 CF 1 43 0 13 12B 3B 36
Octal 314 104 317 1 103 0 23 453 73 66
Binary 11001100 1000100 11001111 1 1000011 0 10011 100101011 111011 110110

Color Harmonies of #CC44CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44CF

Black with #CC44CF

Text Example


Text Example

White with #CC44CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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