Html Css Color HEX #CF36B1 Fuchsia

📋 copy color: '#CF36B1'

red 207 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #CF36B1

Tints of Fuchsia #CF36B1

RGB

 RED value IS 207 (81.25% from 255) = 47.26%

 GREEN value IS 54 (21.48% from 255) = 12.33%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 47.26%
G = 12.33%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF36B1 (or 0xCF36B1) is known color: Fuchsia. HEX triplet: CF, 36 and B1. RGB value is (207,54,177). Sum of RGB (Red+Green+Blue) = 207+54+177=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36B1 is #30C94E. Grayscale: #717171. Windows color (decimal): -3197263 or 11613903. OLE color: 11613903.

HSL color Cylindrical-coordinate representation of color #CF36B1: hue angle of 311.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF36B1 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 177 -
CMYK 0 0.74 0.14 0.19
HSL 311.76º 0.61% 0.51% -
HSV(B) 311.76º 0.74% 0.81% -
XYZ 34.99 19.08 43.43 -
YUV 113.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 207 54 177 0 0.74 0.14 0.19 311.76 0.61 0.51
Hex CF 36 B1 0 4A E 13 138 3D 33
Octal 317 66 261 0 112 16 23 470 75 63
Binary 11001111 110110 10110001 0 1001010 1110 10011 100111000 111101 110011

Color Harmonies of #CF36B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36B1

Black with #CF36B1

Text Example


Text Example

White with #CF36B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36B1; }

 p { color: rgb(207,54,177); }

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

background-color css

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

 a { background-color: rgb(207,54,177); }

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

border-color css

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

 span { border-color: rgb(207,54,177); }

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