Html Css Color HEX #CF53B0 Fuchsia

📋 copy color: '#CF53B0'

red 207 ◦ green 83 ◦ blue 176

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

Shades of Fuchsia #CF53B0

Tints of Fuchsia #CF53B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 44.42%
G = 17.81%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF53B0 (or 0xCF53B0) is known color: Fuchsia. HEX triplet: CF, 53 and B0. RGB value is (207,83,176). Sum of RGB (Red+Green+Blue) = 207+83+176=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53B0 is #30AC4F. Grayscale: #828282. Windows color (decimal): -3189840 or 11555791. OLE color: 11555791.

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

Color convert

RGB 207 83 176 -
CMYK 0 0.60 0.15 0.19
HSL 315º 0.56% 0.57% -
HSV(B) 315º 0.6% 0.81% -
XYZ 36.66 22.59 43.5 -
YUV 130.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 207 83 176 0 0.60 0.15 0.19 315 0.56 0.57
Hex CF 53 B0 0 3C F 13 13B 38 39
Octal 317 123 260 0 74 17 23 473 70 71
Binary 11001111 1010011 10110000 0 111100 1111 10011 100111011 111000 111001

Color Harmonies of #CF53B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53B0

Black with #CF53B0

Text Example


Text Example

White with #CF53B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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