Html Css Color HEX #C962BC Fuchsia

📋 copy color: '#C962BC'

red 201 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #C962BC

Tints of Fuchsia #C962BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.12%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 41.27%
G = 20.12%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C962BC (or 0xC962BC) is known color: Fuchsia. HEX triplet: C9, 62 and BC. RGB value is (201,98,188). Sum of RGB (Red+Green+Blue) = 201+98+188=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C962BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962BC is #369D43. Grayscale: #8A8A8A. Windows color (decimal): -3579204 or 12346057. OLE color: 12346057.

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

Color convert

RGB 201 98 188 -
CMYK 0 0.51 0.06 0.21
HSL 307.57º 0.49% 0.59% -
HSV(B) 307.57º 0.51% 0.79% -
XYZ 37.53 24.78 50.38 -
YUV 139.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 201 98 188 0 0.51 0.06 0.21 307.57 0.49 0.59
Hex C9 62 BC 0 33 6 15 134 31 3B
Octal 311 142 274 0 63 6 25 464 61 73
Binary 11001001 1100010 10111100 0 110011 110 10101 100110100 110001 111011

Color Harmonies of #C962BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962BC

Black with #C962BC

Text Example


Text Example

White with #C962BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962BC; }

 p { color: rgb(201,98,188); }

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

background-color css

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

 a { background-color: rgb(201,98,188); }

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

border-color css

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

 span { border-color: rgb(201,98,188); }

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