Html Css Color HEX #CF50B0 Fuchsia

📋 copy color: '#CF50B0'

red 207 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #CF50B0

Tints of Fuchsia #CF50B0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 44.71%
G = 17.28%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF50B0 (or 0xCF50B0) is known color: Fuchsia. HEX triplet: CF, 50 and B0. RGB value is (207,80,176). Sum of RGB (Red+Green+Blue) = 207+80+176=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF50B0 is #30AF4F. Grayscale: #808080. Windows color (decimal): -3190608 or 11555023. OLE color: 11555023.

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

Color convert

RGB 207 80 176 -
CMYK 0 0.61 0.15 0.19
HSL 314.65º 0.57% 0.56% -
HSV(B) 314.65º 0.61% 0.81% -
XYZ 36.44 22.14 43.43 -
YUV 128.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 207 80 176 0 0.61 0.15 0.19 314.65 0.57 0.56
Hex CF 50 B0 0 3D F 13 13B 39 38
Octal 317 120 260 0 75 17 23 473 71 70
Binary 11001111 1010000 10110000 0 111101 1111 10011 100111011 111001 111000

Color Harmonies of #CF50B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50B0

Black with #CF50B0

Text Example


Text Example

White with #CF50B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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