Html Css Color HEX #CC44D0 Fuchsia

📋 copy color: '#CC44D0'

red 204 ◦ green 68 ◦ blue 208

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

Shades of Fuchsia #CC44D0

Tints of Fuchsia #CC44D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 42.5%
G = 14.17%
B = 43.33%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC44D0 (or 0xCC44D0) is known color: Fuchsia. HEX triplet: CC, 44 and D0. RGB value is (204,68,208). Sum of RGB (Red+Green+Blue) = 204+68+208=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC44D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44D0 is #33BB2F. Grayscale: #7C7C7C. Windows color (decimal): -3390256 or 13649100. OLE color: 13649100.

HSL color Cylindrical-coordinate representation of color #CC44D0: hue angle of 298.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44D0 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 68 208 -
CMYK 0.02 0.67 0 0.18
HSL 298.29º 0.6% 0.54% -
HSV(B) 298.29º 0.67% 0.82% -
XYZ 38.35 21.53 61.81 -
YUV 124.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 204 68 208 0.02 0.67 0 0.18 298.29 0.6 0.54
Hex CC 44 D0 2 43 0 12 12A 3C 36
Octal 314 104 320 2 103 0 22 452 74 66
Binary 11001100 1000100 11010000 10 1000011 0 10010 100101010 111100 110110

Color Harmonies of #CC44D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44D0

Black with #CC44D0

Text Example


Text Example

White with #CC44D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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