Html Css Color HEX #CF5ABA Fuchsia

📋 copy color: '#CF5ABA'

red 207 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #CF5ABA

Tints of Fuchsia #CF5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 42.86%
G = 18.63%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF5ABA (or 0xCF5ABA) is known color: Fuchsia. HEX triplet: CF, 5A and BA. RGB value is (207,90,186). Sum of RGB (Red+Green+Blue) = 207+90+186=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ABA is #30A545. Grayscale: #878787. Windows color (decimal): -3188038 or 12212943. OLE color: 12212943.

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

Color convert

RGB 207 90 186 -
CMYK 0 0.57 0.10 0.19
HSL 310.77º 0.55% 0.58% -
HSV(B) 310.77º 0.57% 0.81% -
XYZ 38.25 24.12 49.09 -
YUV 135.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 207 90 186 0 0.57 0.10 0.19 310.77 0.55 0.58
Hex CF 5A BA 0 39 A 13 137 37 3A
Octal 317 132 272 0 71 12 23 467 67 72
Binary 11001111 1011010 10111010 0 111001 1010 10011 100110111 110111 111010

Color Harmonies of #CF5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ABA

Black with #CF5ABA

Text Example


Text Example

White with #CF5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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