Html Css Color HEX #CF348A Deep Cerise

📋 copy color: '#CF348A'

red 207 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #CF348A

Tints of Deep Cerise #CF348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 52.14%
G = 13.1%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF348A (or 0xCF348A) is known color: Deep Cerise. HEX triplet: CF, 34 and 8A. RGB value is (207,52,138). Sum of RGB (Red+Green+Blue) = 207+52+138=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF348A is #30CB75. Grayscale: #6B6B6B. Windows color (decimal): -3197814 or 9057487. OLE color: 9057487.

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

Color convert

RGB 207 52 138 -
CMYK 0 0.75 0.33 0.19
HSL 326.71º 0.62% 0.51% -
HSV(B) 326.71º 0.75% 0.81% -
XYZ 31.55 17.56 25.77 -
YUV 108.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 207 52 138 0 0.75 0.33 0.19 326.71 0.62 0.51
Hex CF 34 8A 0 4B 21 13 147 3E 33
Octal 317 64 212 0 113 41 23 507 76 63
Binary 11001111 110100 10001010 0 1001011 100001 10011 101000111 111110 110011

Color Harmonies of #CF348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF348A

Black with #CF348A

Text Example


Text Example

White with #CF348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF348A; }

 p { color: rgb(207,52,138); }

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

background-color css

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

 a { background-color: rgb(207,52,138); }

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

border-color css

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

 span { border-color: rgb(207,52,138); }

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