Html Css Color HEX #C65FBE Fuchsia

📋 copy color: '#C65FBE'

red 198 ◦ green 95 ◦ blue 190

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

Shades of Fuchsia #C65FBE

Tints of Fuchsia #C65FBE

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

 GREEN value IS 95 (37.5% from 255) = 19.67%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 40.99%
G = 19.67%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65FBE (or 0xC65FBE) is known color: Fuchsia. HEX triplet: C6, 5F and BE. RGB value is (198,95,190). Sum of RGB (Red+Green+Blue) = 198+95+190=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FBE is #39A041. Grayscale: #888888. Windows color (decimal): -3776578 or 12476358. OLE color: 12476358.

HSL color Cylindrical-coordinate representation of color #C65FBE: hue angle of 304.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FBE is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 95 190 -
CMYK 0 0.52 0.04 0.22
HSL 304.66º 0.47% 0.57% -
HSV(B) 304.66º 0.52% 0.78% -
XYZ 36.68 23.91 51.4 -
YUV 136.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 198 95 190 0 0.52 0.04 0.22 304.66 0.47 0.57
Hex C6 5F BE 0 34 4 16 131 2F 39
Octal 306 137 276 0 64 4 26 461 57 71
Binary 11000110 1011111 10111110 0 110100 100 10110 100110001 101111 111001

Color Harmonies of #C65FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FBE

Black with #C65FBE

Text Example


Text Example

White with #C65FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FBE; }

 p { color: rgb(198,95,190); }

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

background-color css

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

 a { background-color: rgb(198,95,190); }

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

border-color css

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

 span { border-color: rgb(198,95,190); }

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