Html Css Color HEX #C967BF Fuchsia

📋 copy color: '#C967BF'

red 201 ◦ green 103 ◦ blue 191

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

Shades of Fuchsia #C967BF

Tints of Fuchsia #C967BF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.81%

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

R = 40.61%
G = 20.81%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C967BF (or 0xC967BF) is known color: Fuchsia. HEX triplet: C9, 67 and BF. RGB value is (201,103,191). Sum of RGB (Red+Green+Blue) = 201+103+191=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BF is #369840. Grayscale: #8E8E8E. Windows color (decimal): -3577921 or 12543945. OLE color: 12543945.

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

Color convert

RGB 201 103 191 -
CMYK 0 0.49 0.05 0.21
HSL 306.12º 0.48% 0.6% -
HSV(B) 306.12º 0.49% 0.79% -
XYZ 38.34 25.88 52.26 -
YUV 142.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 201 103 191 0 0.49 0.05 0.21 306.12 0.48 0.6
Hex C9 67 BF 0 31 5 15 132 30 3C
Octal 311 147 277 0 61 5 25 462 60 74
Binary 11001001 1100111 10111111 0 110001 101 10101 100110010 110000 111100

Color Harmonies of #C967BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967BF

Black with #C967BF

Text Example


Text Example

White with #C967BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967BF; }

 p { color: rgb(201,103,191); }

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

background-color css

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

 a { background-color: rgb(201,103,191); }

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

border-color css

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

 span { border-color: rgb(201,103,191); }

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