Html Css Color HEX #CC41CF Fuchsia

📋 copy color: '#CC41CF'

red 204 ◦ green 65 ◦ blue 207

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

Shades of Fuchsia #CC41CF

Tints of Fuchsia #CC41CF

RGB

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

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

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

R = 42.86%
G = 13.66%
B = 43.49%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC41CF (or 0xCC41CF) is known color: Fuchsia. HEX triplet: CC, 41 and CF. RGB value is (204,65,207). Sum of RGB (Red+Green+Blue) = 204+65+207=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41CF is #33BE30. Grayscale: #7A7A7A. Windows color (decimal): -3391025 or 13582796. OLE color: 13582796.

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

Color convert

RGB 204 65 207 -
CMYK 0.01 0.69 0 0.19
HSL 298.73º 0.6% 0.53% -
HSV(B) 298.73º 0.69% 0.81% -
XYZ 38.05 21.12 61.1 -
YUV 122.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 204 65 207 0.01 0.69 0 0.19 298.73 0.6 0.53
Hex CC 41 CF 1 45 0 13 12B 3C 35
Octal 314 101 317 1 105 0 23 453 74 65
Binary 11001100 1000001 11001111 1 1000101 0 10011 100101011 111100 110101

Color Harmonies of #CC41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41CF

Black with #CC41CF

Text Example


Text Example

White with #CC41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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