Html Css Color HEX #C965BD Fuchsia

📋 copy color: '#C965BD'

red 201 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #C965BD

Tints of Fuchsia #C965BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 40.94%
G = 20.57%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C965BD (or 0xC965BD) is known color: Fuchsia. HEX triplet: C9, 65 and BD. RGB value is (201,101,189). Sum of RGB (Red+Green+Blue) = 201+101+189=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BD is #369A42. Grayscale: #8C8C8C. Windows color (decimal): -3578435 or 12412361. OLE color: 12412361.

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

Color convert

RGB 201 101 189 -
CMYK 0 0.50 0.06 0.21
HSL 307.2º 0.48% 0.59% -
HSV(B) 307.2º 0.5% 0.79% -
XYZ 37.93 25.4 51.05 -
YUV 140.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 201 101 189 0 0.50 0.06 0.21 307.2 0.48 0.59
Hex C9 65 BD 0 32 6 15 133 30 3B
Octal 311 145 275 0 62 6 25 463 60 73
Binary 11001001 1100101 10111101 0 110010 110 10101 100110011 110000 111011

Color Harmonies of #C965BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965BD

Black with #C965BD

Text Example


Text Example

White with #C965BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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