Html Css Color HEX #CF41B5 Fuchsia

📋 copy color: '#CF41B5'

red 207 ◦ green 65 ◦ blue 181

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

Shades of Fuchsia #CF41B5

Tints of Fuchsia #CF41B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 45.7%
G = 14.35%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF41B5 (or 0xCF41B5) is known color: Fuchsia. HEX triplet: CF, 41 and B5. RGB value is (207,65,181). Sum of RGB (Red+Green+Blue) = 207+65+181=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41B5 is #30BE4A. Grayscale: #787878. Windows color (decimal): -3194443 or 11878863. OLE color: 11878863.

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

Color convert

RGB 207 65 181 -
CMYK 0 0.69 0.13 0.19
HSL 310.99º 0.6% 0.53% -
HSV(B) 310.99º 0.69% 0.81% -
XYZ 35.96 20.38 45.75 -
YUV 120.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 207 65 181 0 0.69 0.13 0.19 310.99 0.6 0.53
Hex CF 41 B5 0 45 D 13 137 3C 35
Octal 317 101 265 0 105 15 23 467 74 65
Binary 11001111 1000001 10110101 0 1000101 1101 10011 100110111 111100 110101

Color Harmonies of #CF41B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41B5

Black with #CF41B5

Text Example


Text Example

White with #CF41B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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