Html Css Color HEX #C065BF Fuchsia

📋 copy color: '#C065BF'

red 192 ◦ green 101 ◦ blue 191

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

Shades of Fuchsia #C065BF

Tints of Fuchsia #C065BF

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

 GREEN value IS 101 (39.84% from 255) = 20.87%

 BLUE value IS 191 (75% from 255) = 39.46%

R = 39.67%
G = 20.87%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C065BF (or 0xC065BF) is known color: Fuchsia. HEX triplet: C0, 65 and BF. RGB value is (192,101,191). Sum of RGB (Red+Green+Blue) = 192+101+191=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C065BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065BF is #3F9A40. Grayscale: #8A8A8A. Windows color (decimal): -4168257 or 12543424. OLE color: 12543424.

HSL color Cylindrical-coordinate representation of color #C065BF: hue angle of 300.66º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065BF is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 191 -
CMYK 0 0.47 0.01 0.25
HSL 300.66º 0.42% 0.57% -
HSV(B) 300.66º 0.47% 0.75% -
XYZ 35.8 24.28 52.09 -
YUV 138.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 192 101 191 0 0.47 0.01 0.25 300.66 0.42 0.57
Hex C0 65 BF 0 2F 1 19 12D 2A 39
Octal 300 145 277 0 57 1 31 455 52 71
Binary 11000000 1100101 10111111 0 101111 1 11001 100101101 101010 111001

Color Harmonies of #C065BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065BF

Black with #C065BF

Text Example


Text Example

White with #C065BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065BF; }

 p { color: rgb(192,101,191); }

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

background-color css

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

 a { background-color: rgb(192,101,191); }

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

border-color css

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

 span { border-color: rgb(192,101,191); }

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