Html Css Color HEX #CF54B5 Fuchsia

📋 copy color: '#CF54B5'

red 207 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #CF54B5

Tints of Fuchsia #CF54B5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

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

R = 43.86%
G = 17.8%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF54B5 (or 0xCF54B5) is known color: Fuchsia. HEX triplet: CF, 54 and B5. RGB value is (207,84,181). Sum of RGB (Red+Green+Blue) = 207+84+181=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54B5 is #30AB4A. Grayscale: #838383. Windows color (decimal): -3189579 or 11883727. OLE color: 11883727.

HSL color Cylindrical-coordinate representation of color #CF54B5: hue angle of 312.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF54B5 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 84 181 -
CMYK 0 0.59 0.13 0.19
HSL 312.68º 0.56% 0.57% -
HSV(B) 312.68º 0.59% 0.81% -
XYZ 37.24 22.94 46.18 -
YUV 131.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 207 84 181 0 0.59 0.13 0.19 312.68 0.56 0.57
Hex CF 54 B5 0 3B D 13 139 38 39
Octal 317 124 265 0 73 15 23 471 70 71
Binary 11001111 1010100 10110101 0 111011 1101 10011 100111001 111000 111001

Color Harmonies of #CF54B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF54B5

Black with #CF54B5

Text Example


Text Example

White with #CF54B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF54B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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