Html Css Color HEX #CF50D0 Fuchsia

📋 copy color: '#CF50D0'

red 207 ◦ green 80 ◦ blue 208

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

Shades of Fuchsia #CF50D0

Tints of Fuchsia #CF50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 41.82%
G = 16.16%
B = 42.02%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF50D0 (or 0xCF50D0) is known color: Fuchsia. HEX triplet: CF, 50 and D0. RGB value is (207,80,208). Sum of RGB (Red+Green+Blue) = 207+80+208=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50D0 is #30AF2F. Grayscale: #848484. Windows color (decimal): -3190576 or 13652175. OLE color: 13652175.

HSL color Cylindrical-coordinate representation of color #CF50D0: hue angle of 299.53º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF50D0 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 80 208 -
CMYK 0.00 0.62 0 0.18
HSL 299.53º 0.58% 0.56% -
HSV(B) 299.53º 0.62% 0.82% -
XYZ 39.99 23.56 62.11 -
YUV 132.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 207 80 208 0.00 0.62 0 0.18 299.53 0.58 0.56
Hex CF 50 D0 0 3E 0 12 12C 3A 38
Octal 317 120 320 0 76 0 22 454 72 70
Binary 11001111 1010000 11010000 0 111110 0 10010 100101100 111010 111000

Color Harmonies of #CF50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50D0

Black with #CF50D0

Text Example


Text Example

White with #CF50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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