Html Css Color HEX #CF4DD0 Fuchsia

📋 copy color: '#CF4DD0'

red 207 ◦ green 77 ◦ blue 208

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

Shades of Fuchsia #CF4DD0

Tints of Fuchsia #CF4DD0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.65%

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

R = 42.07%
G = 15.65%
B = 42.28%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF4DD0 (or 0xCF4DD0) is known color: Fuchsia. HEX triplet: CF, 4D and D0. RGB value is (207,77,208). Sum of RGB (Red+Green+Blue) = 207+77+208=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF4DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DD0 is #30B22F. Grayscale: #828282. Windows color (decimal): -3191344 or 13651407. OLE color: 13651407.

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

Color convert

RGB 207 77 208 -
CMYK 0.00 0.63 0 0.18
HSL 299.54º 0.58% 0.56% -
HSV(B) 299.54º 0.63% 0.82% -
XYZ 39.77 23.13 62.04 -
YUV 130.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 207 77 208 0.00 0.63 0 0.18 299.54 0.58 0.56
Hex CF 4D D0 0 3F 0 12 12C 3A 38
Octal 317 115 320 0 77 0 22 454 72 70
Binary 11001111 1001101 11010000 0 111111 0 10010 100101100 111010 111000

Color Harmonies of #CF4DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DD0

Black with #CF4DD0

Text Example


Text Example

White with #CF4DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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