Html Css Color HEX #C965CC Fuchsia

📋 copy color: '#C965CC'

red 201 ◦ green 101 ◦ blue 204

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

Shades of Fuchsia #C965CC

Tints of Fuchsia #C965CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 39.72%
G = 19.96%
B = 40.32%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C965CC (or 0xC965CC) is known color: Fuchsia. HEX triplet: C9, 65 and CC. RGB value is (201,101,204). Sum of RGB (Red+Green+Blue) = 201+101+204=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C965CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965CC is #369A33. Grayscale: #8E8E8E. Windows color (decimal): -3578420 or 13395401. OLE color: 13395401.

HSL color Cylindrical-coordinate representation of color #C965CC: hue angle of 298.25º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965CC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 101 204 -
CMYK 0.01 0.50 0 0.2
HSL 298.25º 0.5% 0.6% -
HSV(B) 298.25º 0.5% 0.8% -
XYZ 39.64 26.08 60.07 -
YUV 142.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 201 101 204 0.01 0.50 0 0.2 298.25 0.5 0.6
Hex C9 65 CC 1 32 0 14 12A 32 3C
Octal 311 145 314 1 62 0 24 452 62 74
Binary 11001001 1100101 11001100 1 110010 0 10100 100101010 110010 111100

Color Harmonies of #C965CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965CC

Black with #C965CC

Text Example


Text Example

White with #C965CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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