Html Css Color HEX #CF5BCC Fuchsia

📋 copy color: '#CF5BCC'

red 207 ◦ green 91 ◦ blue 204

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

Shades of Fuchsia #CF5BCC

Tints of Fuchsia #CF5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 41.24%
G = 18.13%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF5BCC (or 0xCF5BCC) is known color: Fuchsia. HEX triplet: CF, 5B and CC. RGB value is (207,91,204). Sum of RGB (Red+Green+Blue) = 207+91+204=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BCC is #30A433. Grayscale: #8A8A8A. Windows color (decimal): -3187764 or 13392847. OLE color: 13392847.

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

Color convert

RGB 207 91 204 -
CMYK 0 0.56 0.01 0.19
HSL 301.55º 0.55% 0.58% -
HSV(B) 301.55º 0.56% 0.81% -
XYZ 40.37 25.11 59.85 -
YUV 138.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 207 91 204 0 0.56 0.01 0.19 301.55 0.55 0.58
Hex CF 5B CC 0 38 1 13 12E 37 3A
Octal 317 133 314 0 70 1 23 456 67 72
Binary 11001111 1011011 11001100 0 111000 1 10011 100101110 110111 111010

Color Harmonies of #CF5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BCC

Black with #CF5BCC

Text Example


Text Example

White with #CF5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BCC; }

 p { color: rgb(207,91,204); }

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

background-color css

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

 a { background-color: rgb(207,91,204); }

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

border-color css

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

 span { border-color: rgb(207,91,204); }

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