Html Css Color HEX #CF53B1 Fuchsia

📋 copy color: '#CF53B1'

red 207 ◦ green 83 ◦ blue 177

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

Shades of Fuchsia #CF53B1

Tints of Fuchsia #CF53B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.77%

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 44.33%
G = 17.77%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF53B1 (or 0xCF53B1) is known color: Fuchsia. HEX triplet: CF, 53 and B1. RGB value is (207,83,177). Sum of RGB (Red+Green+Blue) = 207+83+177=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53B1 is #30AC4E. Grayscale: #828282. Windows color (decimal): -3189839 or 11621327. OLE color: 11621327.

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

Color convert

RGB 207 83 177 -
CMYK 0 0.60 0.14 0.19
HSL 314.52º 0.56% 0.57% -
HSV(B) 314.52º 0.6% 0.81% -
XYZ 36.76 22.63 44.02 -
YUV 130.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 207 83 177 0 0.60 0.14 0.19 314.52 0.56 0.57
Hex CF 53 B1 0 3C E 13 13B 38 39
Octal 317 123 261 0 74 16 23 473 70 71
Binary 11001111 1010011 10110001 0 111100 1110 10011 100111011 111000 111001

Color Harmonies of #CF53B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53B1

Black with #CF53B1

Text Example


Text Example

White with #CF53B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53B1; }

 p { color: rgb(207,83,177); }

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

background-color css

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

 a { background-color: rgb(207,83,177); }

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

border-color css

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

 span { border-color: rgb(207,83,177); }

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