Html Css Color HEX #CF5ABE Fuchsia

📋 copy color: '#CF5ABE'

red 207 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #CF5ABE

Tints of Fuchsia #CF5ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 42.51%
G = 18.48%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF5ABE (or 0xCF5ABE) is known color: Fuchsia. HEX triplet: CF, 5A and BE. RGB value is (207,90,190). Sum of RGB (Red+Green+Blue) = 207+90+190=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ABE is #30A541. Grayscale: #888888. Windows color (decimal): -3188034 or 12475087. OLE color: 12475087.

HSL color Cylindrical-coordinate representation of color #CF5ABE: hue angle of 308.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5ABE is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 90 190 -
CMYK 0 0.57 0.08 0.19
HSL 308.72º 0.55% 0.58% -
HSV(B) 308.72º 0.57% 0.81% -
XYZ 38.68 24.3 51.37 -
YUV 136.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 207 90 190 0 0.57 0.08 0.19 308.72 0.55 0.58
Hex CF 5A BE 0 39 8 13 135 37 3A
Octal 317 132 276 0 71 10 23 465 67 72
Binary 11001111 1011010 10111110 0 111001 1000 10011 100110101 110111 111010

Color Harmonies of #CF5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ABE

Black with #CF5ABE

Text Example


Text Example

White with #CF5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ABE; }

 p { color: rgb(207,90,190); }

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

background-color css

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

 a { background-color: rgb(207,90,190); }

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

border-color css

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

 span { border-color: rgb(207,90,190); }

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