Html Css Color HEX #C970B6 Fuchsia

📋 copy color: '#C970B6'

red 201 ◦ green 112 ◦ blue 182

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

Shades of Fuchsia #C970B6

Tints of Fuchsia #C970B6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.63%

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 40.61%
G = 22.63%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C970B6 (or 0xC970B6) is known color: Fuchsia. HEX triplet: C9, 70 and B6. RGB value is (201,112,182). Sum of RGB (Red+Green+Blue) = 201+112+182=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970B6 is #368F49. Grayscale: #929292. Windows color (decimal): -3575626 or 11956425. OLE color: 11956425.

HSL color Cylindrical-coordinate representation of color #C970B6: hue angle of 312.81º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970B6 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 182 -
CMYK 0 0.44 0.09 0.21
HSL 312.81º 0.45% 0.61% -
HSV(B) 312.81º 0.44% 0.79% -
XYZ 38.33 27.38 47.52 -
YUV 146.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 201 112 182 0 0.44 0.09 0.21 312.81 0.45 0.61
Hex C9 70 B6 0 2C 9 15 139 2D 3D
Octal 311 160 266 0 54 11 25 471 55 75
Binary 11001001 1110000 10110110 0 101100 1001 10101 100111001 101101 111101

Color Harmonies of #C970B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970B6

Black with #C970B6

Text Example


Text Example

White with #C970B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970B6; }

 p { color: rgb(201,112,182); }

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

background-color css

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

 a { background-color: rgb(201,112,182); }

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

border-color css

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

 span { border-color: rgb(201,112,182); }

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