Html Css Color HEX #CF41C7 Fuchsia

📋 copy color: '#CF41C7'

red 207 ◦ green 65 ◦ blue 199

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

Shades of Fuchsia #CF41C7

Tints of Fuchsia #CF41C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 43.95%
G = 13.8%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF41C7 (or 0xCF41C7) is known color: Fuchsia. HEX triplet: CF, 41 and C7. RGB value is (207,65,199). Sum of RGB (Red+Green+Blue) = 207+65+199=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41C7 is #30BE38. Grayscale: #7A7A7A. Windows color (decimal): -3194425 or 13058511. OLE color: 13058511.

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

Color convert

RGB 207 65 199 -
CMYK 0 0.69 0.04 0.19
HSL 303.38º 0.6% 0.53% -
HSV(B) 303.38º 0.69% 0.81% -
XYZ 37.93 21.17 56.12 -
YUV 122.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 207 65 199 0 0.69 0.04 0.19 303.38 0.6 0.53
Hex CF 41 C7 0 45 4 13 12F 3C 35
Octal 317 101 307 0 105 4 23 457 74 65
Binary 11001111 1000001 11000111 0 1000101 100 10011 100101111 111100 110101

Color Harmonies of #CF41C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41C7

Black with #CF41C7

Text Example


Text Example

White with #CF41C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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