Html Css Color HEX #C970B2 Fuchsia

📋 copy color: '#C970B2'

red 201 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #C970B2

Tints of Fuchsia #C970B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 40.94%
G = 22.81%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C970B2 (or 0xC970B2) is known color: Fuchsia. HEX triplet: C9, 70 and B2. RGB value is (201,112,178). Sum of RGB (Red+Green+Blue) = 201+112+178=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970B2 is #368F4D. Grayscale: #919191. Windows color (decimal): -3575630 or 11694281. OLE color: 11694281.

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

Color convert

RGB 201 112 178 -
CMYK 0 0.44 0.11 0.21
HSL 315.51º 0.45% 0.61% -
HSV(B) 315.51º 0.44% 0.79% -
XYZ 37.92 27.22 45.38 -
YUV 146.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 201 112 178 0 0.44 0.11 0.21 315.51 0.45 0.61
Hex C9 70 B2 0 2C B 15 13C 2D 3D
Octal 311 160 262 0 54 13 25 474 55 75
Binary 11001001 1110000 10110010 0 101100 1011 10101 100111100 101101 111101

Color Harmonies of #C970B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970B2

Black with #C970B2

Text Example


Text Example

White with #C970B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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