Html Css Color HEX #C965B9 Fuchsia

📋 copy color: '#C965B9'

red 201 ◦ green 101 ◦ blue 185

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

Shades of Fuchsia #C965B9

Tints of Fuchsia #C965B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 41.27%
G = 20.74%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C965B9 (or 0xC965B9) is known color: Fuchsia. HEX triplet: C9, 65 and B9. RGB value is (201,101,185). Sum of RGB (Red+Green+Blue) = 201+101+185=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C965B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965B9 is #369A46. Grayscale: #8C8C8C. Windows color (decimal): -3578439 or 12150217. OLE color: 12150217.

HSL color Cylindrical-coordinate representation of color #C965B9: hue angle of 309.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 #C965B9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 185 -
CMYK 0 0.50 0.08 0.21
HSL 309.6º 0.48% 0.59% -
HSV(B) 309.6º 0.5% 0.79% -
XYZ 37.5 25.23 48.79 -
YUV 140.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 201 101 185 0 0.50 0.08 0.21 309.6 0.48 0.59
Hex C9 65 B9 0 32 8 15 136 30 3B
Octal 311 145 271 0 62 10 25 466 60 73
Binary 11001001 1100101 10111001 0 110010 1000 10101 100110110 110000 111011

Color Harmonies of #C965B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965B9

Black with #C965B9

Text Example


Text Example

White with #C965B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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