Html Css Color HEX #CF50C0 Fuchsia

📋 copy color: '#CF50C0'

red 207 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #CF50C0

Tints of Fuchsia #CF50C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 43.22%
G = 16.7%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF50C0 (or 0xCF50C0) is known color: Fuchsia. HEX triplet: CF, 50 and C0. RGB value is (207,80,192). Sum of RGB (Red+Green+Blue) = 207+80+192=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50C0 is #30AF3F. Grayscale: #828282. Windows color (decimal): -3190592 or 12603599. OLE color: 12603599.

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

Color convert

RGB 207 80 192 -
CMYK 0 0.61 0.07 0.19
HSL 307.09º 0.57% 0.56% -
HSV(B) 307.09º 0.61% 0.81% -
XYZ 38.12 22.81 52.26 -
YUV 130.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 207 80 192 0 0.61 0.07 0.19 307.09 0.57 0.56
Hex CF 50 C0 0 3D 7 13 133 39 38
Octal 317 120 300 0 75 7 23 463 71 70
Binary 11001111 1010000 11000000 0 111101 111 10011 100110011 111001 111000

Color Harmonies of #CF50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50C0

Black with #CF50C0

Text Example


Text Example

White with #CF50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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