Html Css Color HEX #CF41AF Fuchsia

📋 copy color: '#CF41AF'

red 207 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #CF41AF

Tints of Fuchsia #CF41AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 46.31%
G = 14.54%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF41AF (or 0xCF41AF) is known color: Fuchsia. HEX triplet: CF, 41 and AF. RGB value is (207,65,175). Sum of RGB (Red+Green+Blue) = 207+65+175=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41AF is #30BE50. Grayscale: #777777. Windows color (decimal): -3194449 or 11485647. OLE color: 11485647.

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

Color convert

RGB 207 65 175 -
CMYK 0 0.69 0.15 0.19
HSL 313.52º 0.6% 0.53% -
HSV(B) 313.52º 0.69% 0.81% -
XYZ 35.36 20.14 42.58 -
YUV 120 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 207 65 175 0 0.69 0.15 0.19 313.52 0.6 0.53
Hex CF 41 AF 0 45 F 13 13A 3C 35
Octal 317 101 257 0 105 17 23 472 74 65
Binary 11001111 1000001 10101111 0 1000101 1111 10011 100111010 111100 110101

Color Harmonies of #CF41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41AF

Black with #CF41AF

Text Example


Text Example

White with #CF41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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