Html Css Color HEX #CF53BE Fuchsia

📋 copy color: '#CF53BE'

red 207 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #CF53BE

Tints of Fuchsia #CF53BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 43.13%
G = 17.29%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF53BE (or 0xCF53BE) is known color: Fuchsia. HEX triplet: CF, 53 and BE. RGB value is (207,83,190). Sum of RGB (Red+Green+Blue) = 207+83+190=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53BE is #30AC41. Grayscale: #838383. Windows color (decimal): -3189826 or 12473295. OLE color: 12473295.

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

Color convert

RGB 207 83 190 -
CMYK 0 0.60 0.08 0.19
HSL 308.23º 0.56% 0.57% -
HSV(B) 308.23º 0.6% 0.81% -
XYZ 38.12 23.17 51.18 -
YUV 132.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 207 83 190 0 0.60 0.08 0.19 308.23 0.56 0.57
Hex CF 53 BE 0 3C 8 13 134 38 39
Octal 317 123 276 0 74 10 23 464 70 71
Binary 11001111 1010011 10111110 0 111100 1000 10011 100110100 111000 111001

Color Harmonies of #CF53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53BE

Black with #CF53BE

Text Example


Text Example

White with #CF53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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