Html Css Color HEX #CF69B5 Fuchsia

📋 copy color: '#CF69B5'

red 207 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #CF69B5

Tints of Fuchsia #CF69B5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

 BLUE value IS 181 (71.09% from 255) = 36.71%

R = 41.99%
G = 21.3%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF69B5 (or 0xCF69B5) is known color: Fuchsia. HEX triplet: CF, 69 and B5. RGB value is (207,105,181). Sum of RGB (Red+Green+Blue) = 207+105+181=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69B5 is #30964A. Grayscale: #8F8F8F. Windows color (decimal): -3184203 or 11889103. OLE color: 11889103.

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

Color convert

RGB 207 105 181 -
CMYK 0 0.49 0.13 0.19
HSL 315.29º 0.52% 0.61% -
HSV(B) 315.29º 0.49% 0.81% -
XYZ 39.12 26.7 46.81 -
YUV 144.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 207 105 181 0 0.49 0.13 0.19 315.29 0.52 0.61
Hex CF 69 B5 0 31 D 13 13B 34 3D
Octal 317 151 265 0 61 15 23 473 64 75
Binary 11001111 1101001 10110101 0 110001 1101 10011 100111011 110100 111101

Color Harmonies of #CF69B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69B5

Black with #CF69B5

Text Example


Text Example

White with #CF69B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69B5; }

 p { color: rgb(207,105,181); }

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

background-color css

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

 a { background-color: rgb(207,105,181); }

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

border-color css

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

 span { border-color: rgb(207,105,181); }

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