Html Css Color HEX #CC41D0 Fuchsia

📋 copy color: '#CC41D0'

red 204 ◦ green 65 ◦ blue 208

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

Shades of Fuchsia #CC41D0

Tints of Fuchsia #CC41D0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.63%

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

R = 42.77%
G = 13.63%
B = 43.61%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC41D0 (or 0xCC41D0) is known color: Fuchsia. HEX triplet: CC, 41 and D0. RGB value is (204,65,208). Sum of RGB (Red+Green+Blue) = 204+65+208=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC41D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41D0 is #33BE2F. Grayscale: #7A7A7A. Windows color (decimal): -3391024 or 13648332. OLE color: 13648332.

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

Color convert

RGB 204 65 208 -
CMYK 0.02 0.69 0 0.18
HSL 298.32º 0.6% 0.54% -
HSV(B) 298.32º 0.69% 0.82% -
XYZ 38.18 21.17 61.75 -
YUV 122.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 204 65 208 0.02 0.69 0 0.18 298.32 0.6 0.54
Hex CC 41 D0 2 45 0 12 12A 3C 36
Octal 314 101 320 2 105 0 22 452 74 66
Binary 11001100 1000001 11010000 10 1000101 0 10010 100101010 111100 110110

Color Harmonies of #CC41D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41D0

Black with #CC41D0

Text Example


Text Example

White with #CC41D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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