Html Css Color HEX #CF6DB4 Fuchsia

📋 copy color: '#CF6DB4'

red 207 ◦ green 109 ◦ blue 180

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

Shades of Fuchsia #CF6DB4

Tints of Fuchsia #CF6DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 41.73%
G = 21.98%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF6DB4 (or 0xCF6DB4) is known color: Fuchsia. HEX triplet: CF, 6D and B4. RGB value is (207,109,180). Sum of RGB (Red+Green+Blue) = 207+109+180=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DB4 is #30924B. Grayscale: #929292. Windows color (decimal): -3183180 or 11824591. OLE color: 11824591.

HSL color Cylindrical-coordinate representation of color #CF6DB4: hue angle of 316.53º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DB4 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 180 -
CMYK 0 0.47 0.13 0.19
HSL 316.53º 0.51% 0.62% -
HSV(B) 316.53º 0.47% 0.81% -
XYZ 39.44 27.5 46.41 -
YUV 146.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 207 109 180 0 0.47 0.13 0.19 316.53 0.51 0.62
Hex CF 6D B4 0 2F D 13 13D 33 3E
Octal 317 155 264 0 57 15 23 475 63 76
Binary 11001111 1101101 10110100 0 101111 1101 10011 100111101 110011 111110

Color Harmonies of #CF6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DB4

Black with #CF6DB4

Text Example


Text Example

White with #CF6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DB4; }

 p { color: rgb(207,109,180); }

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

background-color css

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

 a { background-color: rgb(207,109,180); }

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

border-color css

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

 span { border-color: rgb(207,109,180); }

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