Html Css Color HEX #CF53B8 Fuchsia

📋 copy color: '#CF53B8'

red 207 ◦ green 83 ◦ blue 184

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

Shades of Fuchsia #CF53B8

Tints of Fuchsia #CF53B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 43.67%
G = 17.51%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF53B8 (or 0xCF53B8) is known color: Fuchsia. HEX triplet: CF, 53 and B8. RGB value is (207,83,184). Sum of RGB (Red+Green+Blue) = 207+83+184=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53B8 is #30AC47. Grayscale: #838383. Windows color (decimal): -3189832 or 12080079. OLE color: 12080079.

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

Color convert

RGB 207 83 184 -
CMYK 0 0.60 0.11 0.19
HSL 311.13º 0.56% 0.57% -
HSV(B) 311.13º 0.6% 0.81% -
XYZ 37.48 22.91 47.79 -
YUV 131.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 207 83 184 0 0.60 0.11 0.19 311.13 0.56 0.57
Hex CF 53 B8 0 3C B 13 137 38 39
Octal 317 123 270 0 74 13 23 467 70 71
Binary 11001111 1010011 10111000 0 111100 1011 10011 100110111 111000 111001

Color Harmonies of #CF53B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53B8

Black with #CF53B8

Text Example


Text Example

White with #CF53B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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