Html Css Color HEX #CF6ABB Fuchsia

📋 copy color: '#CF6ABB'

red 207 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #CF6ABB

Tints of Fuchsia #CF6ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 41.4%
G = 21.2%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF6ABB (or 0xCF6ABB) is known color: Fuchsia. HEX triplet: CF, 6A and BB. RGB value is (207,106,187). Sum of RGB (Red+Green+Blue) = 207+106+187=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABB is #309544. Grayscale: #919191. Windows color (decimal): -3183941 or 12282575. OLE color: 12282575.

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

Color convert

RGB 207 106 187 -
CMYK 0 0.49 0.10 0.19
HSL 311.88º 0.51% 0.61% -
HSV(B) 311.88º 0.49% 0.81% -
XYZ 39.86 27.16 50.16 -
YUV 145.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 207 106 187 0 0.49 0.10 0.19 311.88 0.51 0.61
Hex CF 6A BB 0 31 A 13 138 33 3D
Octal 317 152 273 0 61 12 23 470 63 75
Binary 11001111 1101010 10111011 0 110001 1010 10011 100111000 110011 111101

Color Harmonies of #CF6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ABB

Black with #CF6ABB

Text Example


Text Example

White with #CF6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ABB; }

 p { color: rgb(207,106,187); }

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

background-color css

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

 a { background-color: rgb(207,106,187); }

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

border-color css

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

 span { border-color: rgb(207,106,187); }

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