Html Css Color HEX #CF36D4 Fuchsia

📋 copy color: '#CF36D4'

red 207 ◦ green 54 ◦ blue 212

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

Shades of Fuchsia #CF36D4

Tints of Fuchsia #CF36D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 43.76%
G = 11.42%
B = 44.82%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF36D4 (or 0xCF36D4) is known color: Fuchsia. HEX triplet: CF, 36 and D4. RGB value is (207,54,212). Sum of RGB (Red+Green+Blue) = 207+54+212=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF36D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36D4 is #30C92B. Grayscale: #757575. Windows color (decimal): -3197228 or 13907663. OLE color: 13907663.

HSL color Cylindrical-coordinate representation of color #CF36D4: hue angle of 298.1º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF36D4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 54 212 -
CMYK 0.02 0.75 0 0.17
HSL 298.1º 0.65% 0.52% -
HSV(B) 298.1º 0.75% 0.83% -
XYZ 38.93 20.66 64.22 -
YUV 117.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 207 54 212 0.02 0.75 0 0.17 298.1 0.65 0.52
Hex CF 36 D4 2 4B 0 11 12A 41 34
Octal 317 66 324 2 113 0 21 452 101 64
Binary 11001111 110110 11010100 10 1001011 0 10001 100101010 1000001 110100

Color Harmonies of #CF36D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36D4

Black with #CF36D4

Text Example


Text Example

White with #CF36D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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