Html Css Color HEX #C965BE Fuchsia

📋 copy color: '#C965BE'

red 201 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #C965BE

Tints of Fuchsia #C965BE

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

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

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

R = 40.85%
G = 20.53%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C965BE (or 0xC965BE) is known color: Fuchsia. HEX triplet: C9, 65 and BE. RGB value is (201,101,190). Sum of RGB (Red+Green+Blue) = 201+101+190=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BE is #369A41. Grayscale: #8C8C8C. Windows color (decimal): -3578434 or 12477897. OLE color: 12477897.

HSL color Cylindrical-coordinate representation of color #C965BE: hue angle of 306.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965BE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 190 -
CMYK 0 0.50 0.05 0.21
HSL 306.6º 0.48% 0.59% -
HSV(B) 306.6º 0.5% 0.79% -
XYZ 38.04 25.44 51.62 -
YUV 141.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 201 101 190 0 0.50 0.05 0.21 306.6 0.48 0.59
Hex C9 65 BE 0 32 5 15 133 30 3B
Octal 311 145 276 0 62 5 25 463 60 73
Binary 11001001 1100101 10111110 0 110010 101 10101 100110011 110000 111011

Color Harmonies of #C965BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965BE

Black with #C965BE

Text Example


Text Example

White with #C965BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965BE; }

 p { color: rgb(201,101,190); }

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

background-color css

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

 a { background-color: rgb(201,101,190); }

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

border-color css

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

 span { border-color: rgb(201,101,190); }

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