Html Css Color HEX #CF41C9 Fuchsia

📋 copy color: '#CF41C9'

red 207 ◦ green 65 ◦ blue 201

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

Shades of Fuchsia #CF41C9

Tints of Fuchsia #CF41C9

RGB

 RED value IS 207 (81.25% from 255) = 43.76%

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 43.76%
G = 13.74%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF41C9 (or 0xCF41C9) is known color: Fuchsia. HEX triplet: CF, 41 and C9. RGB value is (207,65,201). Sum of RGB (Red+Green+Blue) = 207+65+201=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41C9 is #30BE36. Grayscale: #7A7A7A. Windows color (decimal): -3194423 or 13189583. OLE color: 13189583.

HSL color Cylindrical-coordinate representation of color #CF41C9: hue angle of 302.54º 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 #CF41C9 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 201 -
CMYK 0 0.69 0.03 0.19
HSL 302.54º 0.6% 0.53% -
HSV(B) 302.54º 0.69% 0.81% -
XYZ 38.17 21.26 57.35 -
YUV 122.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 207 65 201 0 0.69 0.03 0.19 302.54 0.6 0.53
Hex CF 41 C9 0 45 3 13 12F 3C 35
Octal 317 101 311 0 105 3 23 457 74 65
Binary 11001111 1000001 11001001 0 1000101 11 10011 100101111 111100 110101

Color Harmonies of #CF41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41C9

Black with #CF41C9

Text Example


Text Example

White with #CF41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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