Html Css Color HEX #CF36B2 Fuchsia

📋 copy color: '#CF36B2'

red 207 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #CF36B2

Tints of Fuchsia #CF36B2

RGB

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

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

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

R = 47.15%
G = 12.3%
B = 40.55%

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

#CF36B2 (or 0xCF36B2) is known color: Fuchsia. HEX triplet: CF, 36 and B2. RGB value is (207,54,178). Sum of RGB (Red+Green+Blue) = 207+54+178=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36B2 is #30C94D. Grayscale: #717171. Windows color (decimal): -3197262 or 11679439. OLE color: 11679439.

HSL color Cylindrical-coordinate representation of color #CF36B2: hue angle of 311.37º 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 #CF36B2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 178 -
CMYK 0 0.74 0.14 0.19
HSL 311.37º 0.61% 0.51% -
HSV(B) 311.37º 0.74% 0.81% -
XYZ 35.09 19.12 43.96 -
YUV 113.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 207 54 178 0 0.74 0.14 0.19 311.37 0.61 0.51
Hex CF 36 B2 0 4A E 13 137 3D 33
Octal 317 66 262 0 112 16 23 467 75 63
Binary 11001111 110110 10110010 0 1001010 1110 10011 100110111 111101 110011

Color Harmonies of #CF36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36B2

Black with #CF36B2

Text Example


Text Example

White with #CF36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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