Html Css Color HEX #CF41BE Fuchsia

📋 copy color: '#CF41BE'

red 207 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #CF41BE

Tints of Fuchsia #CF41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 44.81%
G = 14.07%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF41BE (or 0xCF41BE) is known color: Fuchsia. HEX triplet: CF, 41 and BE. RGB value is (207,65,190). Sum of RGB (Red+Green+Blue) = 207+65+190=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BE is #30BE41. Grayscale: #797979. Windows color (decimal): -3194434 or 12468687. OLE color: 12468687.

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

Color convert

RGB 207 65 190 -
CMYK 0 0.69 0.08 0.19
HSL 307.18º 0.6% 0.53% -
HSV(B) 307.18º 0.69% 0.81% -
XYZ 36.92 20.76 50.78 -
YUV 121.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 207 65 190 0 0.69 0.08 0.19 307.18 0.6 0.53
Hex CF 41 BE 0 45 8 13 133 3C 35
Octal 317 101 276 0 105 10 23 463 74 65
Binary 11001111 1000001 10111110 0 1000101 1000 10011 100110011 111100 110101

Color Harmonies of #CF41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41BE

Black with #CF41BE

Text Example


Text Example

White with #CF41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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