Html Css Color HEX #CF6ABA Fuchsia

📋 copy color: '#CF6ABA'

red 207 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #CF6ABA

Tints of Fuchsia #CF6ABA

RGB

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

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

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

R = 41.48%
G = 21.24%
B = 37.27%

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

#CF6ABA (or 0xCF6ABA) is known color: Fuchsia. HEX triplet: CF, 6A and BA. RGB value is (207,106,186). Sum of RGB (Red+Green+Blue) = 207+106+186=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABA is #309545. Grayscale: #919191. Windows color (decimal): -3183942 or 12217039. OLE color: 12217039.

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

Color convert

RGB 207 106 186 -
CMYK 0 0.49 0.10 0.19
HSL 312.48º 0.51% 0.61% -
HSV(B) 312.48º 0.49% 0.81% -
XYZ 39.75 27.12 49.59 -
YUV 145.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 207 106 186 0 0.49 0.10 0.19 312.48 0.51 0.61
Hex CF 6A BA 0 31 A 13 138 33 3D
Octal 317 152 272 0 61 12 23 470 63 75
Binary 11001111 1101010 10111010 0 110001 1010 10011 100111000 110011 111101

Color Harmonies of #CF6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ABA

Black with #CF6ABA

Text Example


Text Example

White with #CF6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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