Html Css Color HEX #C965B8 Fuchsia

📋 copy color: '#C965B8'

red 201 ◦ green 101 ◦ blue 184

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

Shades of Fuchsia #C965B8

Tints of Fuchsia #C965B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.86%

R = 41.36%
G = 20.78%
B = 37.86%

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

#C965B8 (or 0xC965B8) is known color: Fuchsia. HEX triplet: C9, 65 and B8. RGB value is (201,101,184). Sum of RGB (Red+Green+Blue) = 201+101+184=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C965B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965B8 is #369A47. Grayscale: #8C8C8C. Windows color (decimal): -3578440 or 12084681. OLE color: 12084681.

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

Color convert

RGB 201 101 184 -
CMYK 0 0.50 0.08 0.21
HSL 310.2º 0.48% 0.59% -
HSV(B) 310.2º 0.5% 0.79% -
XYZ 37.39 25.19 48.24 -
YUV 140.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 201 101 184 0 0.50 0.08 0.21 310.2 0.48 0.59
Hex C9 65 B8 0 32 8 15 136 30 3B
Octal 311 145 270 0 62 10 25 466 60 73
Binary 11001001 1100101 10111000 0 110010 1000 10101 100110110 110000 111011

Color Harmonies of #C965B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965B8

Black with #C965B8

Text Example


Text Example

White with #C965B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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